netlib icon indicating copy to clipboard operation
netlib copied to clipboard

Flip the script on the automated testing

Open koenbollen opened this issue 2 years ago • 0 comments

Currently we run our cucumber feature tests using nodejs, and this node environment spins up a backend etc. We would like to flip this around, making it that we run the tests in Go and spin up a headless browser to run the client code.

This will make it easier for us to test state and will make the test run faster and more stable (letting us write more tests).

koenbollen avatar Oct 18 '23 08:10 koenbollen