Test for CS Support candidates
Allowing for setting up the project, this tech test should take around 2 hours to complete.
- Find the cause of issues in the application:
- There are three bugs to find
- You are not required to fix the bugs, your aim is to identify what is causing them
- Document your process:
- What did you notice/find?
- What are your recommendations?
These instructions will get the application up and running on your local machine for bug finding purposes.
-
Install Ruby Ways of Installing Ruby
-
Install Yarn Ways of Installing Yarn
-
Clone this git repository
git clone git@github.com:smartpension/smart-cs-support-test.git
-
cd into the locally cloned repo
smart-cs-support-test
-
Run
bin/setup
-
Start up your web-server (see the output of
bin/setup
) -
If you get an error with:
getaddrinfo: nodename nor servname provided, or not known (SocketError)
- Try running your server with
./bin/rails server -b 0.0.0.0
- Try running your server with
-
Navigate to: http://localhost:3000
Remember to document how you identified the bugs and attach your findings to your email back to us, have fun!!