mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
1b0c4215b8
[server-ce] fix e2e tests GitOrigin-RevId: 95a9edd44a50254ac9f680368cf8e10bbf827d69
16 lines
477 B
JSON
16 lines
477 B
JSON
{
|
|
"name": "@overleaf/server-ce/test",
|
|
"description": "e2e tests for Overleaf Community Edition",
|
|
"private": true,
|
|
"scripts": {
|
|
"cypress:open": "cypress open",
|
|
"cypress:run": "cypress run",
|
|
"format": "prettier --list-different $PWD/'**/*.{js,mjs,ts,tsx,json}'",
|
|
"format:fix": "prettier --write $PWD/'**/*.{js,mjs,ts,tsx,json}'"
|
|
},
|
|
"dependencies": {
|
|
"@testing-library/cypress": "^10.0.1",
|
|
"cypress": "13.3.3",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|