File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Running tests
2
2
3
- In order to run the golden tests, docker must be installed. Activate the golden_runner with:
3
+ In order to run the golden tests, Docker must be installed. See docs for installing Docker Desktop:
4
+ - macOS: https://docs.docker.com/desktop/install/mac-install/
5
+ - Linux: https://docs.docker.com/desktop/install/linux-install/
6
+ - Windows: https://docs.docker.com/desktop/install/windows-install/
7
+
8
+ Activate the golden_runner with:
4
9
5
10
``` console
6
11
dart pub global activate --source path ../golden_runner
Original file line number Diff line number Diff line change 1
1
# Running tests
2
2
3
- In order to run the golden tests, docker must be installed. Activate the golden_runner with:
3
+ In order to run the golden tests, Docker must be installed. See docs for installing Docker Desktop:
4
+ - macOS: https://docs.docker.com/desktop/install/mac-install/
5
+ - Linux: https://docs.docker.com/desktop/install/linux-install/
6
+ - Windows: https://docs.docker.com/desktop/install/windows-install/
7
+
8
+ Activate the golden_runner with:
4
9
5
10
``` console
6
11
dart pub global activate --source path ../golden_runner
You can’t perform that action at this time.
0 commit comments