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

e2e playwright test #54

Merged
merged 42 commits into from
Sep 11, 2023
Merged

e2e playwright test #54

merged 42 commits into from
Sep 11, 2023

Conversation

divinenaman
Copy link
Collaborator

@divinenaman divinenaman commented Sep 4, 2023

fixes #11 using playwright

  • Initial impl
  • Github Actions CI check
  • VSCode IDE support w/ instructions

Copy link
Member

@srid srid left a comment

Choose a reason for hiding this comment

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

@divinenaman The PR is coming along well. I've left some comments. Could you add Github Actions workflow to run the e2e tests in CI?

src/server.rs Outdated Show resolved Hide resolved
e2e-playwright/tests/nix-version.test.js Outdated Show resolved Hide resolved
Cargo.lock Outdated Show resolved Hide resolved
@divinenaman
Copy link
Collaborator Author

@srid is there a way to mock, github actions ? I remember it took around 10 commits last time I did something similar

@srid
Copy link
Member

srid commented Sep 5, 2023

@srid is there a way to mock, github actions ? I remember it took around 10 commits last time I did something similar

I don't know, but you do have write access to this repo, so you can push this branch to this repo (rather than your fork).

justfile Outdated Show resolved Hide resolved
src/server.rs Outdated Show resolved Hide resolved
@srid srid mentioned this pull request Sep 8, 2023
Copy link
Member

@srid srid left a comment

Choose a reason for hiding this comment

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

Awesome, everything's good!

@srid srid merged commit 31bd13c into juspay:main Sep 11, 2023
24 checks passed
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.

Add end to end testing
2 participants