saga icon indicating copy to clipboard operation
saga copied to clipboard

Better code coverage tool for JavaScript.

Results 44 saga issues
Sort by recently updated
recently updated
newest added

Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.13 to 2.37.0. Release notes Sourced from htmlunit's releases. HtmlUnit-2.37.0 Bugfixes many js improvements done in Rhino CHROME 79 FF52 removed FF68 added HtmlUnit-2.36.0 Bugfixes many js...

dependencies

Hi, I want to define webDriverCapabilities for Chrome webdriver. For example :` --headless,--disable-gpu` How to set that in the saga configuration ? It works for jasmine with this kind of...

Bumps `jetty.version` from 8.1.14.v20131031 to 9.4.22.v20191022. Updates `jetty-server` from 8.1.14.v20131031 to 9.4.22.v20191022 Commits - [`b1e6b55`](https://github.com/eclipse/jetty.project/commit/b1e6b55512e008f7fbdf1cbea4ff8a6446d1073b) Updating to version 9.4.22.v20191022 - [`a9e543c`](https://github.com/eclipse/jetty.project/commit/a9e543c1c023cc67b9614ab952c65421c4c3eb20) Issue [#4227](https://github-redirect.dependabot.com/eclipse/jetty.project/issues/4227) - do not use encodeRedirectURL for openid...

dependencies

Hello, I'm using phantomsjs to execute my jasmine unit tests. Unit tests runs normally. weirdly, i don't get the coverage of all my unit tests during my maven build. I...

Htmlunit version 2.16 and upwards have removed the FIREFOX_17 field in BrowserVersion, which is used by the class com.github.timurstrekalov.saga.core.cfg.Config. See http://htmlunit.sourceforge.net/apidocs/com/gargoylesoftware/htmlunit/BrowserVersion.html Caused by: java.lang.NoSuchFieldError: FIREFOX_17 at com.github.timurstrekalov.saga.core.cfg.Config.(Config.java:24) at com.github.timurstrekalov.saga.core.cfg.InstanceFieldPerPropertyConfig.(InstanceFieldPerPropertyConfig.java:42) at...

Hi, I have done below configuration in pom.xml for jasmine and saga but I am not getting the correct coverage report. com.github.searls jasmine-maven-plugin 2.2 test false true 2.1.1 true true...

I'm only seeing coverage for files that have any coverage (i.e. > 0%). Files with no coverage are not showing up at all in the coverage report. I've played with...

There were some synchronization issues with phantomjs, these were fixed in HtmlUnitBasedScriptInstrumenter.java and ScriptData.java I also added better support for jasmine-maven-plugin if it was executed with phantomjs. If you use...