-
Notifications
You must be signed in to change notification settings - Fork 154
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
chore(e2e-tests) Test for dynamic-plugins-info #971
chore(e2e-tests) Test for dynamic-plugins-info #971
Conversation
|
The image is available at: |
@subhashkhileri this probably needs the dynamic-plugins-info frontend plugin to be enabled in the app for the test to pass. Where is that set up? |
Here is the plugins config: https://github.com/janus-idp/backstage-showcase/blob/main/.ibm/pipelines/value_files/values_showcase.yaml#L14 |
6a8f4a8
to
48ede19
Compare
Awesome thanks! Updated that, let's see how it goes... |
48ede19
to
e439eb1
Compare
This change adds a E2E test for the dynamic plugins info frontend plugin that validates the plugin mounts at the expected location in the app and checks basic functionality. Signed-off-by: Stan Lewis <[email protected]>
This is not running locally now for me this morning after a rebase, looking into that. |
e439eb1
to
1c74cbb
Compare
Quality Gate passedIssues Measures |
Ah, |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: invincibleJai, subhashkhileri The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
c143d99
into
redhat-developer:main
This change adds a E2E test for the dynamic plugins info frontend plugin that validates the plugin mounts at the expected location in the app and checks basic functionality. Signed-off-by: Stan Lewis <[email protected]>
This change adds a E2E test for the dynamic plugins info frontend plugin that validates the plugin mounts at the expected location in the app and checks basic functionality.
For RHIDP-1005
This e2e test can be tested against a local instance:
e2e-tests
and runBASE_URL=http://localhost:3000 npx playwright test --ui
(substitute the hostname as needed)In the playwright UI run the
dynamic-plugins-info
test.Note: There's an existing
dynamic-plugins-info-backend
test (renamed in this PR) that requires a specific setup and won't run locally.