Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JustGivingArchive/recruitment-test-donations-sdet
An unattended SDET recruitment test for JustGiving.
https://github.com/JustGivingArchive/recruitment-test-donations-sdet
Last synced: 3 months ago
JSON representation
An unattended SDET recruitment test for JustGiving.
- Host: GitHub
- URL: https://github.com/JustGivingArchive/recruitment-test-donations-sdet
- Owner: JustGivingArchive
- Archived: true
- Created: 2017-01-16T10:02:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T14:23:46.000Z (almost 8 years ago)
- Last Synced: 2024-05-18T23:05:02.662Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-recruitment-tests - JustGiving - An unattended SDET recruitment test for JustGiving. (React.js)
README
# Recruitment Test - Charity Donations (SDET)
An unattended SDET recruitment test for JustGiving.
## The Challenge
Test an _imperfect_ application that displays the latest donations for a charity using [React](https://facebook.github.io/react) and [Node.js](https://nodejs.org).### Requirements
A good solution will* have integration and unit tests
* use _appropriate_ front end toolingPlease put your solution on a repository hosting service such as [GitHub](https://github.com) or [Bitbucket](https://bitbucket.org). (it is always nice to see a clean commit history). Finally, don't forget the README file for your solution.
### Getting Started
1. Create an account on [JustGiving Developer](https://developer.justgiving.com/) to obtain an `appId`.
2. Substitute the `appId` into the config file.
3. Install npm dependencies. `npm install`
4. Build the project. `npm run build`
5. Start the server. `npm run serve`
6. Open the application in your browser… [http://localhost:8080](http://localhost:8080)