mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* Modify manage sso spec and add cypress test to verify workspace login page * Modify manage sso spec and add cypress test to verify login and sign up page * Add user onboarding test using GitHub and Google SSO * Modify the spec with new methods * Update sso id
19 lines
451 B
JSON
19 lines
451 B
JSON
{
|
|
"name": "cypress-tests",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"cy:run": "cypress run --browser=chrome 103, --headless",
|
|
"cy:open": "cypress open --browser=chrome 103, --e2e"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/webpack-preprocessor": "^5.12.0",
|
|
"@faker-js/faker": "^7.3.0",
|
|
"cypress": "^12.0.1",
|
|
"cypress-file-upload": "^5.0.8"
|
|
},
|
|
"dependencies": {
|
|
"moment": "^2.29.4",
|
|
"pg": "^8.8.0"
|
|
}
|
|
}
|