This file describes the commands
that can be run for e2e testing of the office
application.
/!\ The commands are run from the project's root directory.
The application can be tested with the following command:
npm run office:e2e
If developing at the same time, enable the watch mode,
using the studio mode of Cypress
:
npm run office:e2e:watch
/!\ The watch mode only restarts the tests when test code is changed!
Not the application code.