File tree 1 file changed +6
-16
lines changed
1 file changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -166,25 +166,15 @@ jobs:
166
166
167
167
- name : Install Test Dependencies
168
168
run : |
169
- cd ui-tests
170
169
jlpm --immutable
171
170
npx playwright install chromium
171
+ working-directory : ui-tests
172
172
173
- - name : Launch JupyterLab
173
+ - name : Execute integration tests
174
+ shell : bash -l {0}
175
+ working-directory : ui-tests
174
176
run : |
175
- cd ui-tests
176
- jlpm start:detached
177
-
178
- - name : Wait for JupyterLab
179
- uses : ifaxity/wait-on-action@v1
180
- with :
181
- resource : http-get://localhost:8888/api
182
- timeout : 20000
183
-
184
- - name : Run UI Tests
185
- run : |
186
- cd ui-tests
187
- jlpm test
177
+ npx playwright test
188
178
189
179
- name : Upload Playwright Test assets
190
180
if : always()
@@ -204,8 +194,8 @@ jobs:
204
194
205
195
- name : Update snapshots
206
196
if : failure()
197
+ working-directory : ui-tests
207
198
run : |
208
- cd ui-tests
209
199
jlpm test:update
210
200
211
201
- name : Upload updated snapshots
You can’t perform that action at this time.
0 commit comments