-
Task
-
Resolution: Merged
-
Should have
-
None
-
5
-
Testing
-
Sprint #202
-
iocaste
Summary
As a first step to switch on using Playwright testing framework we can start by integrating it into our application repositories to allow us start using locally. Re-use any code from the PoC PRs where applicable.
Requirements
- Add any required npm dependencies (or composer if needed) to both of our application repositories.
- Write these tests in the new framework as an inital set of tests: 404, CookiesBanner
- Create a new folder e2e insides tests folder to host the new tests.
- Create a new documentation page name "End-to-end Testing" on Gitbook, under "CI/CD > Testing". Use the "Running tests locally" from the Acceptance page as a guide.