Skip to content

L0wry/custom-tech-test

Repository files navigation

Disclaimer: This is something I hand rolled for ECS Digital to help hire smart engineers, this is not me completing their test.

The ECS Digital repository can be found here

https://github.com/ecsdigital/qa-tech-test

ECSD Tech Test

Welcome to the ECSD Tech Test

Please make a copy of this repository

Running the application

To run Local Version of the App

You will need to have node and yarn both installed on your machine to run the app.

  • Clone this repository and make sure you are in this directory (the one containing README.md!)
  • Run yarn && yarn start to start the app
  • Visit localhost:3000 in a browser

To run Docker Version of the App

You will need to have docker installed and running to start the site.

  • docker build -t ecsd-tech-test .
  • docker run -it -p 3000:3000 ecsd-tech-test:latest
  • Visit localhost:3000 in a browser

Challenge

Once the app is started follow the instructions on the screen.

Each part of the challenge gets increasingly harder. The futher you progress the more we will be impressed. Complete as much as you can!

Limitations

There are no limitations set on this. If you are struggling to select elements you are free to edit the app source code where needed. What we are looking for is a good understanding of what makes a robust test and a good understanding of engineering principles.

Note: you will not find the challenge answers in the application. Although you could hack the challenge or spam the API that verifies your answer, you still need to submit your test for us to review.

Submit your test

Once completed push the solution up to your own repository and link ECS the url

Good Luck!

About

Custom sdet tech test created for ECSDigital

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published