brownfield-team / anacapa-github-linker

A tool for managing students in computer science courses. Deployed at:
https://ucsb-cs-github-linker.herokuapp.com
MIT License
4 stars 6 forks source link

Implement basic Playwright testing #489

Closed btk5h closed 2 years ago

btk5h commented 2 years ago

Closes #487. Merge #482 before this.

In this PR, we remove cypress testing (which was never really very fully developed beyond a proof of concept initial example) and replace it with Playwright end to end testing. There is a simple example or two. Developers are encouraged to expand on this as they implement new features.