Skip to content

Commit 60ae2b6

Browse files
EnoahNetzachgaearon
authored andcommitted
Local testing docker links (#2662)
* Fix a command style in docs * Add a link to docker's docs
1 parent 6ab0ec0 commit 60ae2b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ and then run `npm start` or `npm run build`.
9292

9393
## Contributing to E2E (end to end) tests
9494

95-
**TL;DR** use the command yarn e2e:docker to run unit and e2e tests.
95+
**TL;DR** use the command `yarn e2e:docker` to run unit and e2e tests.
9696

9797
More detailed information are in the dedicated [README](/packages/react-scripts/fixtures/kitchensink/README.md).
9898

packages/react-scripts/fixtures/kitchensink/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ In order to run them locally, without having to manually install and configure e
1010
This is a simple script that runs a **Docker** container, where the node version, git branch to clone, test suite, and whether to run it with `yarn` or `npm` can be chosen.
1111
Simply run `yarn e2e:docker -- --help` to get additional info.
1212

13+
If you need guidance installing **Docker**, you should follow their [official docs](https://docs.docker.com/engine/installation/).
14+
1315
## Writing tests
1416

1517
Each time a new feature is added, it is advised to add at least one test covering it.

0 commit comments

Comments
 (0)