File tree Expand file tree Collapse file tree 4 files changed +638
-577
lines changed Expand file tree Collapse file tree 4 files changed +638
-577
lines changed Original file line number Diff line number Diff line change 25
25
- name : Base Setup
26
26
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
27
27
28
+ # when updating this version, make sure to update ui-tests/package.json
29
+ # and the lockfile accordingly.
28
30
- name : Install extension dependencies
29
- run : python -m pip install -U jupyterlab==4.0.3
31
+ run : python -m pip install -U jupyterlab==4.0.6
30
32
31
33
- name : Build the extension
32
34
run : |
57
59
working-directory : ui-tests
58
60
run : jlpm install-chromium
59
61
60
- - name : Execute integration tests
62
+ - name : Run E2E Playwright tests
61
63
working-directory : ui-tests
62
64
run : jlpm test
63
65
Original file line number Diff line number Diff line change
1
+ version : 2
2
+
3
+ build :
4
+ os : ubuntu-22.04
5
+ tools :
6
+ python : " 3.11"
7
+ nodejs : " 18"
8
+
9
+ sphinx :
10
+ configuration : docs/conf.py
11
+
12
+ python :
13
+ install :
14
+ - method : pip
15
+ path : .
16
+ extra_requirements :
17
+ - docs
Original file line number Diff line number Diff line change 10
10
"test:update" : " jlpm playwright test --update-snapshots"
11
11
},
12
12
"devDependencies" : {
13
- "@jupyterlab/galata" : " ^ 5.0.0 " ,
14
- "@playwright/test" : " ^1.32.0 "
13
+ "@jupyterlab/galata" : " 5.0.6 " ,
14
+ "@playwright/test" : " ^1.32.2 "
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments