Skip to content

Commit

Permalink
disable gpt for cypress chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba committed Jun 4, 2023
1 parent 7600bd8 commit 93f0870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test": "jest --config=./test/unit/jest.config.js",
"test:black-box": "yarn pre-black-box && ./scripts/black_box_test_helpers.sh runTests",
"test:coverage": "jest --config=./test/unit/jest.config.js --coverage=true --coverage-reporters=text",
"test:e2e:chrome": "npx cypress run --headless --browser chrome",
"test:e2e:chrome": "npx cypress run --headless --browser chrome --disable-gpu",
"test:e2e:firefox": "npx cypress run --headless --browser firefox",
"test:e2e:electron": "npx cypress run --headless --browser electron",
"test:unit": "jest --config=./test/unit/jest.config.js"
Expand Down

0 comments on commit 93f0870

Please sign in to comment.