Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 925 Bytes

README.md

File metadata and controls

43 lines (36 loc) · 925 Bytes

Merixstudio Recrutation App Frontend

Technologies used:

  • React
  • MobX
  • Webpack
  • Karma with Jasmine
  • Enzyme
  • Nightwatch with Selenium

Using application

Before doing anything with this repository u have to install dependecies

npm install -g yarn
yarn install

To view application without backend present run it with mocked backend data using

yarn run startMocked

Testing

For unit testing run:

yarn run test

For e2e testing, start application with mocked backend data using

yarn run startMocked

and start nightwatch in a second thread

yarn run e2e