File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
- name : Build
23
23
run : yarn build
24
24
- name : Start server and run a11y tests
25
- run : yarn start && yarn test:a11y
25
+ run : npx start-server-and-test start http://localhost:3000 test:a11y
Original file line number Diff line number Diff line change 25
25
"test:a11y" : " patternfly-a11y --config patternfly-a11y.config"
26
26
},
27
27
"devDependencies" : {
28
+ "@patternfly/patternfly-a11y" : " 4.2.1" ,
28
29
"@percy/script" : " ^1.1.0" ,
29
30
"@types/jest" : " ^26.0.14" ,
30
31
"@typescript-eslint/eslint-plugin" : " 2.11.0" ,
53
54
"jest-resolve" : " ^26.4.0" ,
54
55
"jsdom" : " ^16.6.0" ,
55
56
"mock-socket" : " ^9.0.3" ,
57
+ "start-server-and-test" : " ^1.14.0" ,
56
58
"ts-jest" : " 21.x" ,
57
59
"typescript" : " 3.8.3" ,
58
- "url-search-params-polyfill" : " 2.x" ,
59
- "@patternfly/patternfly-a11y" : " 4.2.1"
60
+ "url-search-params-polyfill" : " 2.x"
60
61
},
61
62
"jest" : {
62
63
"moduleFileExtensions" : [
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ module.exports = {
12
12
waitFor,
13
13
crawl : false ,
14
14
urls : [
15
- '/custom-catalog' ,
16
15
'/quickstarts-props' ,
17
16
'?quickstart=add-healthchecks' ,
18
17
'?quickstart=install-app-and-associate-pipeline' ,
You can’t perform that action at this time.
0 commit comments