This PR adds a Cypress based E2E setup for testing deployment driver web UI.
Commit message reminder
Commit messages are important because they will be used to build list of items included in Errata when the deployment driver container image is built and QE will use that list to figure out what to test before the image is published.
For user facing features or fixes make sure Jira item number AAP-nnnnn is included in the commit message(s)
For other changes, like unit tests or code refactoring, do not include Jira item numbers
PR task checklist
[x] I have used appropriate commit messages based on section above
[x] I have performed a self-review of my code
[x] I have followed code style guidelines of this project
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
Description
This PR adds a Cypress based E2E setup for testing deployment driver web UI.
Commit message reminder
Commit messages are important because they will be used to build list of items included in Errata when the deployment driver container image is built and QE will use that list to figure out what to test before the image is published.
AAP-nnnnn
is included in the commit message(s)PR task checklist
Jira
This PR is for JIRA item: https://issues.redhat.com/browse/AAP-21515
Testing
Steps to test
Expected result
With the changes in this PR you should be able to run the cypress tests against deployment driver web UI running locally.