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

Latest commit

 

History

History
35 lines (23 loc) · 1019 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 1019 Bytes

Cara Feature Automation

Build Status

Cara feature automation is the end to end cross browser functional test for cara application.

This automation suites require Cara API and Cara App

System Requirements

  • NodeJS = 9.5.0
  • yarn = 1.3.2
  • Google Chrome Browser
  • Firefox Browser

Development server

  1. Run yarn install to download node_modules.
  2. 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
  1. Run yarn test to run the test suites.
You can get process of running cara app and cara api from above links

License

GNU GPL V3