Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

support for phantomjs running #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zenonhun
Copy link

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 jasmine with phatnomjs it runs the tests through a webserver, and saga also
used this server to calculate coverage. Because of this, total coverage report was not possible,
since it saw only the files tested by jasmine.
To solve this, I expanded FileSystemSourcePreloader.java. If sourceDirs is defined in pom.xml, then it is used as full source directory.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant