An unattended SDET recruitment test for JustGiving.
Test an imperfect application that displays the latest donations for a charity using React and Node.js.
A good solution will
- have integration and unit tests
- use appropriate front end tooling
Please put your solution on a repository hosting service such as GitHub or Bitbucket. (it is always nice to see a clean commit history). Finally, don't forget the README file for your solution.
-
Create an account on JustGiving Developer to obtain an
appId
. -
Substitute the
appId
into the config file. -
Install npm dependencies.
npm install
-
Build the project.
npm run build
-
Start the server.
npm run serve
-
Open the application in your browser… http://localhost:8080