-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Print the running test names on CI #4001
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You can try running the tests with https://github.com/plotly/plotly.js/blob/master/CONTRIBUTING.md#jasmine-tests |
We could also turned off plotly.js/test/jasmine/karma.conf.js Lines 265 to 266 in 44633a1
on CI if you prefer. |
@archmoj @antoinerg let me know if you prefer the test report off: https://circleci.com/gh/plotly/plotly.js/43636#tests/containers/1 using commit 51b60fb |
I don't mind it :) |
Love it! |
Currently the tests that are skipped are logged in blue lines; whereas for the actual running tests only a dot is printed out.
As a result it looks almost impossible to figure out which tests are actually failing on the CI.
Why not logging the names of the tests that we run instead of those that are skipped?
The text was updated successfully, but these errors were encountered: