This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jest: | |
installing jest: | |
``` | |
npm install --save-dev jest | |
``` | |
then add jest to your scripts: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALLURE: | |
For installing the allure-jest you can use this command: | |
``` | |
npm install --save-dev allure-jest | |
``` | |
Install the Allure Jest adapter and environment: |