Skip to content

merixstudio/recruitment-app

Repository files navigation

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