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
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?
Activity
etpinard commentedon Jul 2, 2019
You can try running the tests with
--verbose
https://github.com/plotly/plotly.js/blob/master/CONTRIBUTING.md#jasmine-tests
etpinard commentedon Jul 2, 2019
We could also turned off
plotly.js/test/jasmine/karma.conf.js
Lines 265 to 266 in 44633a1
on CI if you prefer.
etpinard commentedon Jul 2, 2019
@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
antoinerg commentedon Jul 2, 2019
I don't mind it :)
archmoj commentedon Jul 2, 2019
Love it!