conduit icon indicating copy to clipboard operation
conduit copied to clipboard

End-to-end tests

Open lovromazgon opened this issue 3 years ago • 1 comments

We need to create end-to-end tests that treat Conduit as a black box, trigger requests to the API and make sure they produce the expected result. For now they should cover at least the main paths (e.g. creating a pipeline, starting it, stopping it, deleting it). These tests should be easy to run locally without setting up a specific environment (ideally with one make target), additionally we should trigger the tests in the CI as regression tests before merging any PR.

lovromazgon avatar Jun 21 '21 12:06 lovromazgon

This ticket should not touch UI end to end tests, only the Conduit server end to end testing.

dylanlott avatar Jan 31 '22 18:01 dylanlott