Skip to content

Commit 1f406e5

Browse files
committed
Update CONTRIBUTING.md
1 parent b517896 commit 1f406e5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

+9
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,15 @@ Jasmine tests are run in a browser using
133133
npm run test-jasmine
134134
```
135135

136+
To run a specific suite, use:
137+
138+
```
139+
npm run test-jasmine -- tests/<suite>.js
140+
```
141+
142+
where the `<suite>` corresponds to the suite's file name as found in [`test/jasmine/tests/`](https://github.com/plotly/plotly.js/tree/master/test/jasmine/tests).
143+
144+
136145
Image pixel comparison tests are run in a docker container. For more
137146
information on how to run them locally, please refer to [image test
138147
README](https://github.com/plotly/plotly.js/blob/master/test/image/README.md).

0 commit comments

Comments
 (0)