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

Jamakase/add cypress #2199

Merged
merged 13 commits into from
Mar 3, 2021
Merged

Jamakase/add cypress #2199

merged 13 commits into from
Mar 3, 2021

Conversation

jamakase
Copy link
Contributor

@jamakase jamakase commented Feb 24, 2021

What

Add e2e frontend tests. Closes #1598

@jamakase jamakase self-assigned this Feb 24, 2021
cy.get("div").contains("Test destination cypress").should("exist");
});

it("Update connection", () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

each test depends on the state created by the previous test? am i reading that right? is there a reasonable way to not have this be the case. we generally try to make it so that the state of each test is totally isolated from one another.

Copy link
Contributor

@cgardens cgardens left a comment

Choose a reason for hiding this comment

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

discussed during sync. artem is going to look into make the state for each test isolated.

@jamakase i pulled this down and tried it out. all the grade stuff looks okay to me

@jamakase jamakase merged commit 2948243 into master Mar 3, 2021
@jamakase jamakase deleted the jamakase/add-cypress branch March 3, 2021 00:26
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.

UI Testing with Cypress
2 participants