cse110-sp23-group21 / map-my-future

CSE 110 (Software Engineering) Team Project
1 stars 1 forks source link

Test main page #114

Closed gilkeidar closed 1 year ago

gilkeidar commented 1 year ago

Update: Added End-to-end tests using Playwright for the main page.

Closes #113

gilkeidar commented 1 year ago

Note: The Playwright Tests CI/CD workflow is currently failing since the tests access the website via localhost - it's not testing the GitHub Pages website since that one isn't updated. Once we merge dev into main, we should update all testing URLs to the new GitHub Pages website so that GitHub Actions can actually run the end to end tests correctly.