October 2018
Intermediate to advanced
590 pages
15h 5m
English
The last scene in which we will run the E2E tests is after we deploy the build to the staging environment. Instead of using a Maven command, we will use the npm run test:staging-e2e command to start the E2E testing.
Since the staging environment is close to the production environment, when a test fails on staging, it will most likely fail on production too. In practice, we will keep the staging environment up and running, so that when there is a test failure, we can investigate it by going into the servers to find out what went wrong.
One drawback of using the staging environment as the E2E test environment is that we cannot have multiple builds running at the same time, otherwise, they will overwrite ...
Read now
Unlock full access