You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,15 @@ Jasmine tests are run in a browser using
133
133
npm run test-jasmine
134
134
```
135
135
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
+
136
145
Image pixel comparison tests are run in a docker container. For more
137
146
information on how to run them locally, please refer to [image test
0 commit comments