Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 892 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 892 Bytes

Cognifide logo

AET

AET Logo

Suite Generator

Client side application that can be used for generating suite.xml files used in AET testing. The app is written using React + Redux.

Development environment

To run the app locally you need:

  • Node.js with npm package manager
  • Webpack installed globally: npm i webpack -g

Running web application locally

  1. Navigate to app's main directory.
  2. Run npm i to install required npm modules.
  3. To start the app run npm start

Known bugs

  1. URL name parameter is being ignored.