File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
elif [ "${{ matrix.openmct-version }}" = "stable" ]; then
55
55
npm run build:example
56
56
fi
57
- - run : npx playwright@1.36.2 install chromium
57
+ - run : npx playwright@1.39.0 install chromium
58
58
- name : Get Open MCT e2e tests
59
59
uses : nick-fields/retry@v2
60
60
with :
Original file line number Diff line number Diff line change 37
37
"@babel/core" : " 7.20.12" ,
38
38
"@babel/eslint-parser" : " 7.19.1" ,
39
39
"@deploysentinel/playwright" : " 0.3.4" ,
40
- "@playwright/test" : " 1.36.2 " ,
40
+ "@playwright/test" : " 1.39.0 " ,
41
41
"babel-loader" : " 9.1.0" ,
42
42
"babel-plugin-istanbul" : " 6.1.1" ,
43
43
"eslint" : " 8.38.0" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ yamcs/quickstart and openmct-yamcs (this one).
11
11
3 . ` make all ` in yamcs/quickstart
12
12
4 . ` cd openmct-yamcs ` to move out of yamcs/quickstart
13
13
5 . ` npm install ` in openmct-yamcs
14
- 6 . ` npx playwright@1.36.2 install chromium ` in openmct-yamcs
14
+ 6 . ` npx playwright@1.39.0 install chromium ` in openmct-yamcs
15
15
7 . Sanity test that yamcs is up with ` npm run wait-for-yamcs ` in openmct-yamcs
16
16
8 . ` npm run build:example `
17
17
9 . ` npm run test:getopensource `
You can’t perform that action at this time.
0 commit comments