Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

DEVPROD-5665 Update cypress e2e task to not report to cypress cloud #515

Merged
merged 4 commits into from
Mar 20, 2024

Conversation

khelif96
Copy link
Collaborator

@khelif96 khelif96 commented Mar 18, 2024

DEVPROD-5665

Description

irt the slack thread we will no longer be sending data to cypress cloud.

Testing

The associated task still displays all of the necessary logs and links to files in the files tab

@khelif96 khelif96 requested a review from a team March 18, 2024 20:18
yarn cy:run --record --key "${parsley_cypress_record_key}" --reporter junit
# Allow spec filtering for an intentional patch.
if [[ "${requester}" == "patch" ]]; then
yarn cy:run --reporter junit --spec "${cypress_spec}"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this already works without it, but should we add the parameters block like we have in spruce? I'm not really sure what benefit the block gives though 😅

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure just added it for consistency!
I was kind of curious about what it did too since I didn't see it in the docs.
I think it does 2 things; applies default values for patch params that are loaded in as expansions and also provides a description when using the evergreen list command in the cli.

@khelif96 khelif96 merged commit dce9afb into evergreen-ci:main Mar 20, 2024
5 checks passed
@khelif96 khelif96 deleted the DEVPROD-5665 branch March 20, 2024 14:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants