I use jasmine to test javascript. How can I establish a complete specification, for example, a list of tests instead of the "......." format?
As I test with guard, the set of actually executed tests is quite small, I believe that listing the full specifications is more useful. Thanks for the help with advice on setting jasmine.
I just added a Verbose reporter to jasmine-headless-webkit . Try:
jasmine-headless-webkit
jasmine-headless-webkit -f Verbose
If you have any comments on this, leave a note on the GH questions and I will take a look.
Source: https://habr.com/ru/post/1381559/More articles:Linear regression in R with a variable number of explanatory variables - rKnockoutJS foreach blocks the main thread - javascriptCan Android apps read or set their variables maliciously? - javaWhat percentage of tablet users view in portrait or landscape orientation? - androidSetting HandlerInterceptors in the context of @Configuration - javaHow to fill borders when rotating images? - c ++transactions in jdbi - jdbcCan I iterate over multiple dictons in a row without merging them? - pythonIs it useful to use ZeroMQ to create a peer workload scheduler? - c ++What is the possible cause of the βError string and possibly error code not setβ when calling the web service? - javaAll Articles