Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit cd8b7b6

Browse files
author
Brian Caffey
committed
try running all cypress tests
1 parent 4aead9b commit cd8b7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ e2e cypress tests without docker-compose:
134134
- cp cypress.json backend/
135135
- cp -r cypress/ backend/cypress
136136
- cd backend
137-
- $(npm bin)/cypress run --spec "cypress/integration/test_ws_connection.js"
137+
- $(npm bin)/cypress run # --spec "cypress/integration/test_ws_connection.js"
138138
artifacts:
139139
paths:
140140
- cypress/videos/

0 commit comments

Comments
 (0)