| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
Looks alright to me! Haven't worked much on testing so far - so you might want a second opinion.
Sorry, something went wrong.
There was a problem hiding this comment.
This is quite exciting. 😄
Sorry, something went wrong.
Sorry, something went wrong.
|
Re-running tests |
Sorry, something went wrong.
There was a problem hiding this comment.
Very nice! :)
Sorry, something went wrong.
I made your changes and Anmol approved!
| Back | FazBrowse Home | New Git URL |
This PR adds playwright for end-to-end testing. In ci, we now download the code-server artifact, run code-server in ci and then run tests against it.
Changes
Additional Notes
Right now, yarn test runs both the unit and the e2e tests. This means it will fail locally if you do not have code-server running. In the future, we should consider separating the tests. We could have test:unit and test:e2e and then have separate jobs for each in ci.
Follow-up issue: #2646
Todos