Skip to content

Commit 6150266

Browse files
committed
trigger build
1 parent 06bccf4 commit 6150266

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ cd plotly
2020
docker run -v $(pwd):/home/plotly --privileged -p 3838:3838 cpsievert/plotly-orca
2121
```
2222

23-
This will launch a shiny app for inspecting and validating any visual differences. To see the shiny app, open your browser to <http://0.0.0.0/3838>. If there are differences that look 'good', you should validate them via the shiny app. This will automatically copy over the new "baseline" figures over to your host machine (so that you can git add/commit/push the new baselines).
24-
25-
If, for some reason, you want to just run the visual tests to see if they'll pass, do:
23+
This will launch a shiny app for inspecting and validating any visual differences. To see the shiny app, open your browser to <http://0.0.0.0/3838>. If there are differences that look 'good', you should validate them via the shiny app. This will automatically copy over the new "baseline" figures over to your host machine (so that you can git add/commit/push the new baselines). If, for some reason, you want to just run the visual tests to see if they'll pass, do:
2624

2725
```shell
2826
docker run -e VMODE="ci" -v $(pwd):/home/plotly --privileged cpsievert/plotly-orca

0 commit comments

Comments
 (0)