Closed
Description
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.
Activity