OCPNETUI-56: Add Cypress page objects and test constants - #469
Conversation
Set up Cypress test infrastructure for networking plugin E2E tests: - cypress.config.js with esbuild preprocessor, timeouts, reporter - Support files: login commands, navigation helpers, selectors - Plugin config with dotenv and webpack preprocessor - ESLint, tsconfig, reporter config for the test suite - .env.example with required environment variables - Package deps: esbuild-loader, dotenv, cypress-multi-reporters - Minor fixes in integration-tests/ login and example spec Jira: OCPNETUI-56 Co-authored-by: Cursor <cursoragent@cursor.com>
|
@lkladnit: This pull request references OCPNETUI-56 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lkladnit The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Important Review available on request
Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
f695767 to
7a328e9
Compare
9f9a58e to
318170b
Compare
|
/lgtm |
|
Scheduling required tests: |
Add view helpers and constants for networking E2E tests: - Views: NAD form helpers, UDN form helpers, common selectors, actions - Constants: base test values, NAD config constants - Types: NAD type definitions These are the page object layer used by test specs (next PR). Jira: OCPNETUI-56 Co-authored-by: Cursor <cursoragent@cursor.com>
318170b to
66c2497
Compare
|
/lgtm |
|
Scheduling required tests: |
|
@lkladnit: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
Add view helpers and constants for networking E2E tests:
These are the page object layer used by test specs (next PR).
PR 2 of 3 in the Cypress E2E series (1a: infra, 1b: views, 1c: tests).
Depends on #468.
Jira: OCPNETUI-56
Test plan
Made with Cursor