Cara feature automation is the end to end cross browser functional test for cara application.
This automation suites require Cara API and Cara App
- NodeJS = 9.5.0
- yarn = 1.3.2
- Google Chrome Browser
- Firefox Browser
- Run
yarn installto downloadnode_modules. - Create .env file on the project root and configure
| Variable | Description |
|---|---|
| APP_URL | Cara application URL. e.g. http://localhost:4200 |
| ADMIN_USERNAME | Cara admin username |
| ADMIN_PASSWORD | Cara admin password |
- Run
yarn testto run the test suites.
You can get process of running cara app and cara api from above links
