File tree 3 files changed +30
-11
lines changed
3 files changed +30
-11
lines changed Original file line number Diff line number Diff line change @@ -213,9 +213,21 @@ jobs:
213
213
if : always()
214
214
uses : actions/upload-artifact@v2
215
215
with :
216
- name : ui-test-output
216
+ name : ipywidgets- ui-test-output
217
217
path : |
218
218
ui-tests/test-output
219
+ - name : Run UI Tests
220
+ if : ${{ failure() }}
221
+ run : |
222
+ cd ui-tests
223
+ jlpm run test:create-references
224
+ - name : Upload UI Test new reference artifacts
225
+ if : ${{ failure() }}
226
+ uses : actions/upload-artifact@v2
227
+ with :
228
+ name : ipywidgets-ui-test-new-reference
229
+ path : |
230
+ ui-tests/test-output/test/screenshots/*.png
219
231
220
232
env :
221
233
CI : true
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"start-jlab" : " jupyter lab --config ./jupyter_server_config.py" ,
8
8
"start-jlab:detached" : " yarn run start-jlab&" ,
9
+ "test:create-references" : " galata --skip-visual-regression --skip-html-regression" ,
9
10
"test" : " galata"
10
11
},
11
12
"author" : " Project Jupyter" ,
12
13
"license" : " BSD-3-Clause" ,
13
14
"dependencies" : {
14
- "@jupyterlab/galata" : " 3.0.3-3 "
15
+ "@jupyterlab/galata" : " 3.0.11-2 "
15
16
}
16
17
}
Original file line number Diff line number Diff line change 473
473
" @types/yargs" " ^15.0.0"
474
474
chalk "^3.0.0"
475
475
476
- " @jupyterlab/[email protected] .3-3 " :
477
- version "3.0.3-3 "
478
- resolved "https://registry.npmjs.org/@jupyterlab/galata/-/galata-3.0.3-3 .tgz#02bc90897e139eff0773dbab2689c621f4a5b8da "
479
- integrity sha512-g334GMDQdSlIOngfWLW9GR8ENc9Kegu3OkCrYPdheE2lYJJsgeiO+3n7lg4Iar5b8LtQTu9P0by3IhEFRtEATA ==
476
+ " @jupyterlab/[email protected] .11-2 " :
477
+ version "3.0.11-2 "
478
+ resolved "https://registry.npmjs.org/@jupyterlab/galata/-/galata-3.0.11-2 .tgz#eeaf1a571a744718d664df7a3decc40907405bdc "
479
+ integrity sha512-i8jBhL0JUezAZ0Apa56Gy7lH6K0uuYhlkVwY0AYfrMJJw8ILLnd8yunt7QXAPto0m+QC3ud4VZ82KYck4W9+3w ==
480
480
dependencies :
481
481
" @types/dateformat" " ^3.0.1"
482
482
" @types/jest" " ^25.1.2"
483
483
" @types/js-beautify" " ^1.8.2"
484
484
" @types/node" " ^13.1.1"
485
485
" @types/pixelmatch" " ^5.0.0"
486
486
" @types/pngjs" " ^3.4.1"
487
- ansi_up "^4.0.4"
487
+ " @yarnpkg/lockfile" " ^1.1.0"
488
+ ansi_up "^5.0.0"
488
489
axios "^0.21.1"
489
490
chalk "^4.0.0"
490
491
cross-spawn "^6.0.5"
654
655
dependencies :
655
656
" @types/node" " *"
656
657
658
+ " @yarnpkg/lockfile@^1.1.0 " :
659
+ version "1.1.0"
660
+ resolved "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
661
+ integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==
662
+
657
663
abab@^2.0.0 :
658
664
version "2.0.5"
659
665
resolved "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
@@ -735,10 +741,10 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
735
741
dependencies :
736
742
color-convert "^2.0.1"
737
743
738
- ansi_up@^4 .0.4 :
739
- version "4 .0.4 "
740
- resolved "https://registry.npmjs.org/ansi_up/-/ansi_up-4 .0.4 .tgz#5b8c35f0b02e4476f3f18cf89c3bf48d15d054f6 "
741
- integrity sha512-vRxC8q6QY918MbehO869biJW4tiunJdjOhi5fpY6NLOliBQlZhOkKgABJKJqH+JZfb/WfjvjN1chLWI6tODerw ==
744
+ ansi_up@^5 .0.0 :
745
+ version "5 .0.1 "
746
+ resolved "https://registry.npmjs.org/ansi_up/-/ansi_up-5 .0.1 .tgz#b66839dba408d3d2f8548904f1ae6fc62d6917ef "
747
+ integrity sha512-HGOTjFQECRKZM9fIlGhJfR2pcK8PMUWzFOqcPwqBEnNIa4P2r0Di+g2hxCX0hL0n1NUtAHGRA+fUyA/OajZYFw ==
742
748
743
749
anymatch@^2.0.0 :
744
750
version "2.0.0"
You can’t perform that action at this time.
0 commit comments