Skip to content

Commit

Permalink
test: disable the browser test spec reporter
Browse files Browse the repository at this point in the history
KK-1221.

Disable the browser test spec reporter for chrome 130.
This should be taken back in use when Testcafe has cleared the issue.
  • Loading branch information
nikomakela committed Oct 21, 2024
1 parent 3f252e7 commit 25d3e59
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 @@ -13,7 +13,7 @@
"generate:graphql": "cross-env DOTENV_CONFIG_PATH=./.env graphql-codegen -r dotenv/config --config ./codegen.ts",
"test:browser": "testcafe \"chrome --window-size='1920,1080' --disable-search-engine-choice-screen --no-first-run --disable-features=ChromeWhatsNewUI\" browser-tests/ --live",
"test:browser:wsl2win": "testcafe 'path:`/mnt/c/Program Files/Google/Chrome/Application/chrome.exe`' browser-tests/ --live --dev --lang=fi-FI",
"test:browser:ci": "testcafe \"chrome:headless --disable-gpu --window-size='1920,1080' --disable-search-engine-choice-screen --no-first-run --disable-features=ChromeWhatsNewUI,\" --lang=fi-FI -s path=report,takeOnFails=true --video report --reporter spec,html:report/index.html browser-tests/ --disable-native-automation"
"test:browser:ci": "testcafe \"chrome:headless --disable-gpu --window-size='1920,1080' --disable-search-engine-choice-screen --no-first-run --disable-features=ChromeWhatsNewUI,\" --lang=fi-FI -s path=report,takeOnFails=true --video report --reporter html:report/index.html browser-tests/"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit 25d3e59

Please sign in to comment.