Bantolomeus / bookmaster4000mkii

Application to document ones reading habits
Apache License 2.0
1 stars 2 forks source link

E2E tests for main features #95

Open Husterknupp opened 6 years ago

Husterknupp commented 6 years ago
  1. overall Challenge progress should show what was configured
  2. today's Book progress should allow input for a configured book which will be reflected in updated book (Jason file or consumed via REST) and in the overall progress

@Bantolomeus what do you think?

edit: Reflect changed page names

Husterknupp commented 6 years ago

Cypress seems to be the new shit in terms of modern E2E testing.. it comes with good CI integration: https://docs.cypress.io/guides/guides/continuous-integration.html#Travis

Bantolomeus commented 6 years ago

Lets try Cypress. We will have to put backend tests and Cypress tests into one travis.yml file. @Husterknupp The two use cases reflect the current frontend stand. We will go with them. I edited the second one.