Skip to content

Commit 8d0863b

Browse files
fix(ci): switch Cypress browser to Chrome to fix redirect issues in CI
1 parent 0cc2fc3 commit 8d0863b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
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 --no-sandbox"
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"
6363
env:
6464
CI: true
6565

cypress.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ 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')
2120
}
2221
return launchOptions
2322
})

0 commit comments

Comments
 (0)