PlaywrightE2E testing seems really powerful but I can't seem to get the tests working at all from within the Docker container. I don't know if this is a network issue or a docker issue or whatever.
Playwright seems to be working well with Cucumber for Behaviour tests and BDD. It would be nice to try it out sometime to remove code duplication and to allow for better collaboration since QA can write their own tests in using gherkin.
Playwright and Storybook should play well together but still haven't had the time to try it out.
Whenever Playwright works, I should set up just a few tests on the backend, the bare minimum, so I can finish setting up Jenkins in its own container, even if it doesn't trigger automatically on P4 triggers.
Outcomes 🦄
Learned about Playwright, implemented some basic tests that don't yet work.