pressbooks / pressbooks-book-directory-fe

A Vue.js frontend for the Pressbooks Directory
0 stars 1 forks source link

Create test environment for new Directory #219

Closed SteelWagstaff closed 3 years ago

SteelWagstaff commented 3 years ago

We have E2E tests built with Nightwatch and our selectors. When the DOM changes, the E2E tests will need to either a) update the selectors or b) be rebuilt using a different testing framework.

Oscar proposed moving tests to Cypress for new front end.

SteelWagstaff commented 3 years ago

We will be using the Cypress framework to write E2E tests for pressbooks directory front end. Oscar and I will work on creating a testing index in Algolia with 300-500 records (probably taken from the staging index) and will delete the old testing indices in Algolia. Goal will be to produce static rather than dynamic tests, for now. Some links: