mirror of
https://github.com/enso-org/enso.git
synced 2024-11-26 17:06:48 +03:00
Remove Playwright tests from Lint CI action (#8108)
Disables visual tests, because they are occasionally flaky (e.g. the recent issues with lint CI action). This is very bad as it would cause every PR to (potentially) cause other PRs to fail, if the flaky test is not caught in the CI runs in the offending PR. # Important Notes None
This commit is contained in:
parent
1114a9bcff
commit
03b7613e3c
@ -8,8 +8,9 @@
|
||||
"build": "tsx bundle.ts",
|
||||
"watch": "tsx watch.ts",
|
||||
"start": "tsx start.ts",
|
||||
"test": "npx --yes playwright install && npm run test-unit && npm run test-component && npm run test-e2e-and-log",
|
||||
"test": "npm run test-unit",
|
||||
"test-unit": "playwright test",
|
||||
"test-browsers": "npx --yes playwright install && npm run test-component && npm run test-e2e-and-log",
|
||||
"test-component": "playwright test -c playwright-component.config.ts",
|
||||
"test-e2e": "npx playwright test -c playwright-e2e.config.ts",
|
||||
"test-e2e-and-log": "npm run test-e2e || npx tsx log-screenshot-diffs.ts"
|
||||
|
Loading…
Reference in New Issue
Block a user