Skip to content

Commit 05dd190

Browse files
committed
BP version
1 parent 2bd0626 commit 05dd190

12 files changed

+45
-941
lines changed

.eslintignore

-1
This file was deleted.

.eslintrc.js

-3
This file was deleted.

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@
1919
npm-debug.log*
2020
yarn-debug.log*
2121
yarn-error.log*
22+
23+
package-lock.json

README.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# ECSD Tech Test
2-
Welcome to the ECSD Tech Test
1+
# BP Tech Test
2+
Welcome to the BP Tech Test
33

44
Please make a clone of this repository
55

@@ -17,32 +17,29 @@ You will need to have [node] and [yarn] both installed on your machine to run th
1717
You will need to have [docker] installed and running to build the image.
1818
If you are new to docker please read the docker docs in order to understand how to build and run a container.
1919

20-
- `docker build -t ecsd-tech-test .`
21-
- `docker run -it -p 3000:3000 ecsd-tech-test:latest`
20+
- `docker build -t BP-tech-test .`
21+
- `docker run -it -p 3000:3000 BP-tech-test:latest`
2222
- Visit `localhost:3000` in a browser
2323

2424
## Challenge
25-
Once the app is started follow the instructions on the screen and complete the solution in the folder `/src/test/e2e/`
25+
Once the app is started follow the instructions on the screen and complete the solution *in the folder* `/src/test/e2e/`
2626
Your submission should be able to work in CI without any set up or configuration from our side.
2727

28-
Each part of the challenge gets increasingly harder. The futher you progress the more we will be impressed.
28+
Each part of the challenge gets increasingly harder. The further you progress the more we will be impressed.
2929
Complete as much as you can!
3030
Once you see that green tick you are done.
3131

3232
## Limitations
3333
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.
3434
What we are looking for is a good understanding of what makes a robust test and a good understanding of engineering principles.
3535

36-
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.
37-
38-
3936
## Bonus
4037
Have your tests start and tear down the app.
4138

4239
BDD frameworks are great, but are they always appropriate? You decide.
4340

4441
## Submit your test
45-
Once completed push the solution up to your own repository and link ECS the url along with run instructions.
42+
Once completed push the solution up to your own repository and link BP the url along with run instructions.
4643

4744
## Note
4845
Please stick to contributing from one account, it makes you look better.

0 commit comments

Comments
 (0)