Skip to content
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

Create pipeline for executing storage ui tests on demand #2111

Closed
asnaith opened this issue Apr 26, 2022 · 0 comments · Fixed by #2113
Closed

Create pipeline for executing storage ui tests on demand #2111

asnaith opened this issue Apr 26, 2022 · 0 comments · Fixed by #2113
Assignees
Labels
Testing Added to issues to signal that it is part of an epic

Comments

@asnaith
Copy link
Contributor

asnaith commented Apr 26, 2022

Goal: Configure a custom github actions workflow that executes the current Storage UI test suite on the dev branch / staging api.

Details: Configuration should be almost the same as a current job used for testing PRs except with a different trigger point. We already have something in place for files so we can reference that configuration.

Purpose: To aid the API team when they are making changes to staging API. The team has their own tests but for extra confidence in their changes, they would like to be able to execute the UI test suite to ensure the frontend also responds well. We are currently running the Files test suite when they notify us of changes to stage but we should be also running our storage tests too.

Acceptance criteria:

  • Workflow can be run on demand, tests get executed
  • Test results are sent to the "imploy-ui-notif" slack channel

Notes: Not all API endpoints are covered by the frontend test suite.

@asnaith asnaith added the Testing Added to issues to signal that it is part of an epic label Apr 26, 2022
@juans-chainsafe juans-chainsafe self-assigned this Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing Added to issues to signal that it is part of an epic
Projects
None yet
2 participants