Merge pull request #20184 from overleaf/jpa-e2e-local

[server-pro] tests: make running test locally more robust

GitOrigin-RevId: 2944dc9faeb9ed5795e7ad28a5cabe7e018803bb
This commit is contained in:
Jakob Ackermann
2024-08-30 12:54:50 +02:00
committed by Copybot
parent 496a63cf23
commit 831a40390a
2 changed files with 10 additions and 10 deletions

View File

@@ -3,8 +3,8 @@
"description": "e2e tests for Overleaf Community Edition",
"private": true,
"scripts": {
"cypress:open": "cypress open",
"cypress:run": "cypress run --browser chrome",
"cypress:open": "cypress open --e2e --browser chrome",
"cypress:run": "cypress run --e2e --browser chrome",
"format": "prettier --list-different $PWD/'**/*.{js,mjs,ts,tsx,json}'",
"format:fix": "prettier --write $PWD/'**/*.{js,mjs,ts,tsx,json}'"
},