SavageLearning / machete-ui

A re-write of the Machete app in Angular12 & Typescript
https://github.com/savagelearning/machete
GNU General Public License v3.0
4 stars 5 forks source link

Feature/e2e test pipeline #136

Closed esteban-gs closed 1 year ago

esteban-gs commented 1 year ago

Goal

Run automate ui test (e2e) tests in ci environment. The ci environment runs a dotnet container with an sqlserver container, the ui is embedded within the dotnet container in production mode. Most of the changes here are to account for this ci environment, which starts off as a fresh new database.

Changes:

Alternatives

We should probably put the cypress test in another repo