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

Allow multiple test execution runs #225

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

omar-selo
Copy link
Collaborator

Description

Includes the following changes:

  • Drop unneeded review columns from Test Execution (now that the previous migration seems to have been safe)
  • Remove uniqueness constraint on Test Executions to allow multiple to exist in case of reruns
  • Remove automatic approvals (needs a separate revisit)
  • Show multiple test execution runs on the frontend
  • Replace test execution status filter with last test execution status filter (required a small refactor)

Notes:

  • Test result history now shows history including previous runs
  • Environment expandable has a test execution status icon next to it for the last run

Resolved issues

Resolves https://warthogs.atlassian.net/browse/RTW-387

Documentation

Web service API changes

Nothing.

Tests

Added some automated tests. And manually tested the frontend.

Screencast.from.2024-10-25.14-37-07.webm

@omar-selo omar-selo marked this pull request as draft November 1, 2024 09:37
@omar-selo
Copy link
Collaborator Author

Converted PR to draft as I still need to group historic test results by artefact version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant