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

[CI] Cypress test run spec input #5142

Merged

Commits on Sep 28, 2023

  1. [CI] Cypress test run spec input

    Originally:
    opensearch-project#5134
    
    I believed it to be a good idea to ensure that triggering the CI
    should always run a batch of tests. But I realized that some tests
    can be added and just be bad tests until updated. Or if we want
    to verify a flaky test in the CI.
    
    So instead of only making it additional tests, the spec input will
    complete replace the default tests (unless you append to the default).
    
    Empty will run the default spec still. This will append on to the
    PR comment with the spec that was run. So at least maintainers can
    see it passed for a set of tests but it did not run the ones
    we usually run.
    
    Also adding some formatting for empty values for the PR comment.
    
    Issue related:
    opensearch-project#4019
    
    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    kavilla committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f9dd558 View commit details
    Browse the repository at this point in the history