DEV Community

natvaldev
natvaldev

Posted on

e2e testing environment

How do you manage e2e testing in your organization?
What is the pipeline flow for deploying to production?

In my company we are planning a ci/cd strategy,
and we were wondering when and how should we execute the e2e tests,
how to build the environment (is it dynamic or static test env) etc..

We would like to reach out and see how others are doing it.

Top comments (1)

Collapse
 
individualit profile image
Artur Neumann

Is you question only about the CI/CD flow or also about the test? Do you already have some tests that you want to execute, or do you need to setup a whole new test suite?