I
I
Ivan Driuk2021-10-13 13:22:56
Automation
Ivan Driuk, 2021-10-13 13:22:56

How to run Cypress after deployment to hosting?

Please explain in simple language with examples. How to run Cypress autotests after deploying updates to Vercel site? Now, when a gitlab merge request is made, unit tests pass immediately before the merge and do not skip if there are errors. We want to add autotests, but so that they run after the application is updated to Vercel and you can simply see the results later.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Yarkov, 2021-10-13
@yarkov

CYPRESS_HOST=http://site.com yarn run e2e

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question