Azure-Samples / azure-django-postgres-flexible-aca

Web app using Python Django backend, set up for deployment to Azure Container Apps with Azure PostgreSQL Flexible Server.
MIT License
15 stars 31 forks source link

Playwright tests #26

Closed pamelafox closed 1 year ago

pamelafox commented 1 year ago

Purpose

This PR adds playwright tests. Notably:

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[X] Other... Please describe: Tests!

How to Test

Follow instructions in the testing page of the lab to run Playwright tests.

pamelafox commented 1 year ago

@kjaymiller Playwright for you!