- nodejs/npm: https://nodejs.org/en
- git: https://www.git-scm.com/downloads
Note: Install nodejs LTS version and git before start
- Clone the project using
git clone git@github.com:thiendangncc/ast-e2e.git - Install node modules -
npm install. - To run setup local env. Create .env file in root folder and copy the content from .env.example
- To run tests -
npm run test. - To run tests and see the report -
npm run test:report.