Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 744 Bytes

commands.md

File metadata and controls

34 lines (24 loc) · 744 Bytes

Commands

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.

  • Go here to know more about this application tests.
  • Go here to see more project commands.

Table of contents

Tests

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.