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

SRE-1723 #165

Merged
merged 2 commits into from
Feb 20, 2024
Merged

SRE-1723 #165

merged 2 commits into from
Feb 20, 2024

Conversation

jablonnc
Copy link
Contributor

@jablonnc jablonnc commented Feb 20, 2024

Overview

As shown here, these updates will make the artemis-run.json file available so cypress can read the file in while running tests in CI.

The following command can be run for both local and CI tests as the artemis-run file will always be placed at the root of the project:

cy.readFile('artemis-run.json').then((jsonData) => {
    cy.log(jsonData);
});

Testing

As shown in the following cypress run, you can see the file getting loaded in and the results logged out (note: forced a failure so we could see the log results):

Screenshot 2024-02-20 at 2 43 05 PM

@jablonnc jablonnc marked this pull request as ready for review February 20, 2024 19:45
@jablonnc jablonnc requested a review from a team as a code owner February 20, 2024 19:45
@jablonnc jablonnc merged commit f404534 into main Feb 20, 2024
6 checks passed
@jablonnc jablonnc deleted the SRE-1723 branch February 20, 2024 20:48
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.

2 participants