This repo uses Yarn as a package manager.
yarn Install
yarn test
This command opens the Cypress UI from which you can choose tests to run
It's not the most interactive site in the world, so just a few basic bits:
- Site content loads //done
- Site navigation works //done
- Sending 'contact Bruce' enquiry is successful //done
- Sending incomplete 'contact Bruce' enquiry is unsuccessful //done
- Searching for a valid term returns search results
- Searching for an invalid term returns no search results