-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting the below console errors #8
Comments
@Surajbehera2017 could u post the following details:
|
These are the details: Console dump: Windows PowerShell Try the new cross-platform PowerShell https://aka.ms/pscore6 PS C:\Cypress\CypressWorkspace\Orchastrator-2\orchestrator-public-use-case> npm i up to date, audited 305 packages in 5s 39 packages are looking for funding 8 vulnerabilities (6 moderate, 1 high, 1 critical) To address issues that do not require attention, run: Some issues need review, and may require choosing Run ██████ ██████ ██████ ██ ██ ███████ ███████ ████████ ██████ █████ ████████ ██████ ██████ [*] Checking the requirements [] Overwrite the config file with the arguments if there is any [] Execute the pre commands [*] Stop the cypress containers During handling of the above exception, another exception occurred: Traceback (most recent call last): [*] Generate the reports [] Total execution time: 5.138s |
Thanks for the wonderful article, I cloned the repo but when running, I am getting the below error
[*] Start the cypress containers
[-] ~$ timeout --preserve-status 30m docker-compose -p orchestator_project -f docker-compose.yml run --name container_85785__0 cypress-container bash -c 'exit_code=0; npx cypress run -b chrome --headless --spec cypress/integration/
examples/location.spec.js,cypress/integration/examples/test.spec4.js,cypress/integration/examples/local_storage.spec.js,cypress/integration/examples/test.spec2.js,cypress/integration/examples/cookies.spec.js,cypress/integration/exam
ples/actions.spec.js,cypress/integration/examples/connectors.spec.js,cypress/integration/examples/waiting.spec.js,cypress/integration/examples/utilities.spec.js,cypress/integration/examples/assertions.spec.js,cypress/integration/exa
mples/misc.spec.js,cypress/integration/examples/spies_stubs_clocks.spec.js || exit_code=$? ; pkill -9 cypress ; exit $exit_code'
[-] ~$ timeout --preserve-status 30m docker-compose -p orchestator_project -f docker-compose.yml run --name container_96489__1 cypress-container bash -c 'exit_code=0; npx cypress run -b chrome --headless --spec cypress/integration/
examples/window.spec.js,cypress/integration/examples/test.spec3.js,cypress/integration/examples/files.spec.js,cypress/integration/examples/test.spec.js,cypress/integration/examples/querying.spec.js,cypress/integration/examples/alias
ing.spec.js,cypress/integration/examples/navigation.spec.js,cypress/integration/examples/network_requests.spec.js,cypress/integration/examples/cypress_api.spec.js,cypress/integration/examples/traversal.spec.js,cypress/integration/ex
amples/viewport.spec.js || exit_code=$? ; pkill -9 cypress ; exit $exit_code'
ERROR: Invalid syntax. Default option is not allowed more than '1' time(s).
Type "TIMEOUT /?" for usage.
'exit_code' is not recognized as an internal or external command,
operable program or batch file.
ERROR: Invalid syntax. Default option is not allowed more than '1' time(s).
Type "TIMEOUT /?" for usage.
'exit_code' is not recognized as an internal or external command,
operable program or batch file.
[*] Stop the cypress containers
Containers are not starting.
The text was updated successfully, but these errors were encountered: