Код: Выделить всё
npx cypress run --headed --browser chrome --env URL=https://testurl.com,USER=admin,PASSWORD=test
Код: Выделить всё
"scripts": {
"cy:run": "npx cypress run --headed --browser chrome",
"cy:parallel": "cypress-parallel -d 'cypress/e2e/ui/FunctionalValidations/' -t 3 -s cy:run"
}`
< /code>
и попытаться запустить скрипт с переменными среды, он не принимает значения.npm run cy:parallel --env URL=https://testurl.com,USER=admin,PASSWORD=test`
Подробнее здесь: https://stackoverflow.com/questions/796 ... el-command