Написаны тесты на функционал авторизации/аутентификации
parents
Showing
.gitignore
0 → 100644
_test.js
0 → 100644
codecept.conf.js
0 → 100644
features/auth.feature
0 → 100644
jsconfig.json
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | |||
"name": "attractor-crm-tests", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"author": "", | |||
"license": "ISC", | |||
"dependencies": { | |||
"codeceptjs": "^3.0.7", | |||
"puppeteer": "^10.1.0" | |||
} | |||
} |
step_definitions/steps.js
0 → 100644
steps.d.ts
0 → 100644
steps_file.js
0 → 100644
Please
register
or
sign in
to comment