E2E tests (#6717)
Continuation of #6644 Now chromium browser is used in workspaces tests instead of firefox and screenshots after each test are properly saved in one folder when run from IDE and from terminal using `yarn test:e2e` command
This commit is contained in:
15
packages/twenty-e2e-testing/.gitignore
vendored
15
packages/twenty-e2e-testing/.gitignore
vendored
@ -1,5 +1,10 @@
|
||||
node_modules/
|
||||
/test-results/
|
||||
/playwright-report/
|
||||
/blob-report/
|
||||
/playwright/.cache/
|
||||
test-results/
|
||||
playwright-report/
|
||||
blob-report/
|
||||
playwright/.cache/
|
||||
run_results/
|
||||
playwright-report/.last-run.json
|
||||
results/
|
||||
run_results/.playwright-artifacts-0/
|
||||
run_results/.playwright-artifacts-1/
|
||||
.auth/
|
||||
Reference in New Issue
Block a user