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

test(cypress): Add end-to-end test infrastructure and base cases #543

Merged
merged 3 commits into from
Jul 27, 2020

Conversation

jstoffan
Copy link
Collaborator

No description provided.

@jstoffan jstoffan requested a review from a team as a code owner July 23, 2020 22:55
ConradJChan
ConradJChan previously approved these changes Jul 23, 2020
scripts/cypress-ci.js Outdated Show resolved Hide resolved
scripts/cypress-ci.js Outdated Show resolved Hide resolved
Comment on lines +23 to +33
.first()
.trigger('mousedown', {
buttons: 1,
clientX: 50,
clientY: 50,
})
.trigger('mousemove', {
buttons: 1,
clientX: 100,
clientY: 100,
})
Copy link
Contributor

Choose a reason for hiding this comment

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

This is pretty cool

@mergify mergify bot merged commit 24660b8 into box:master Jul 27, 2020
@jstoffan jstoffan deleted the e2e-core branch July 27, 2020 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants