Skip to content

Test Structure improvement #462

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

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

SimaoBolota-MetaCell
Copy link
Collaborator

@SimaoBolota-MetaCell SimaoBolota-MetaCell commented Apr 8, 2025

Description:

This PR updates the test structure to improve the organization and execution flow of tests:

  1. Smoke Tests:

    • The smoke test is now executed first. This test is a basic check to ensure the application is functional, focusing on the login and logout process.
  2. End-to-End (E2E) Tests:

    • The E2E tests are structured into separate suites, all related to the KS creation flow.
    • If any of the E2E tests fail, subsequent tests in the suite will not run, preventing unnecessary failures and improving test reliability.

Changes:

  • Reorganized test order to run smoke tests first.
  • Added logic to stop E2E tests from running further if a prior test fails.
  • Grouped E2E tests into individual suites, all related to the KS creation flow.

Codefresh run here: https://g.codefresh.io/build/681e4bbd3b15e9d6d42c5b82?activeAccountId=5ad732423645ac000112d7de

@SimaoBolota-MetaCell SimaoBolota-MetaCell marked this pull request as ready for review May 9, 2025 18:50
@SimaoBolota-MetaCell
Copy link
Collaborator Author

@ddelpiano the unit tests are failing, should I ask Gopal to check? or is it a task for later?

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