Build and Publish `@rancher/cypress` npm package
Is your feature request related to a problem? Please describe.
We want to re-use the Cypress tests suite in other code bases (Rancher extensions).
Describe the solution you'd like
Publish a @rancher/cypress npm library so that it can be imported in other projects
Describe alternatives you've considered
Additional context
cc @richard-cox @rak-phillip
Would the requirement be to re-used page objects to create new cypress tests in extensions, plus run the actual spec files from those extensions?
Would the requirement be to re-used page objects to create new cypress tests in extensions, plus run the actual spec files from those extensions?
Correct. For instance , here I implemented the e2e tests for the AI Chat, and I re-used our PO's from the dashboard.
Validated that tests are still running in Jenkins pipeline after changes merged. Closing as complete
Qase reports: