File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 5959
6060 - name : Run integration test (CRA)
6161 run : |
62- npx start-server-and-test start:api 3001 start:cra http-get://127.0.0.1:3000 "npm run cypress:run -- --browser chrome --headless --config baseUrl=http://127.0.0.1:3000" --timeout 6000
62+ npx start-server-and-test start:api 3001 start:cra http-get://127.0.0.1:3000 "npm run cypress:run -- --browser chrome --headless --config"
6363 env :
6464 CI : true
6565
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ module.exports = defineConfig({
1717 launchOptions . args . push ( '--no-sandbox' )
1818 launchOptions . args . push ( '--disable-gpu' )
1919 launchOptions . args . push ( '--disable-dev-shm-usage' )
20+ launchOptions . args . push ( '--disable-software-rasterizer' )
2021 }
2122 return launchOptions
2223 } )
You can’t perform that action at this time.
0 commit comments