-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wazuh Dashboard: PoC - tests #32
Comments
Proof of concept: using GitHub vars
|
Forgot to actually use the env variable
There are good and bad news. Good news is that the Cypress tests are launched correctly, hence confirming this PoC. Bad news is that most of the tests do fail (8/12). (TODO) In reference to the failed Cypress tests, they do fail by 3 reasons:
These 3 cases will be treated in depth and one-by-one in a particular issue #34. |
I'll try to fix some of these tests and create a 2nd pull request to trigger a new run, in order to:
|
Description
Cypress tests are hosted into a different repository, and the CI workflow is configured to use pull requests' base branch as reference to checkout the tests' repository.
As we do not want to fork the tests' repository for the time being, a possible solution would be to patch the Cypress workflow to checkout the tests's repository at the version we want. given as an input (file, env variable...).
This issue aims to provide a proof of concept.
The text was updated successfully, but these errors were encountered: