Skip to content
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

Options for TerminalReporter when running in PhantomJS #69

Open
mnmercer opened this issue Jun 8, 2016 · 0 comments
Open

Options for TerminalReporter when running in PhantomJS #69

mnmercer opened this issue Jun 8, 2016 · 0 comments

Comments

@mnmercer
Copy link

mnmercer commented Jun 8, 2016

This gulp plugin has been my saving grace for running Jasmine tests. I was originally using the jasmine-maven-plugin along with the phantomjs-maven-plugin. To get them to work, I had to copy my ordered source file array in my gulpfile to my pom.xml and do many other finicky things. Despite its issues, the plugin did provide me with control on the size of the console output when running tests. It would be nice if there was a Gulp option(s) to minify the output of the terminal reporter when running in integration mode. With a large number of specs, the console output becomes very long and can potentially slow down the build time.

For example, the <format>progress</format> option in the jasmine-maven-plugin allows you to condense the console output to periods for successful tests and "F" for failed tests. Other jasmine reporters offer settings to only show failed tests, successful tests, etc.

Something similar, but not necessarily identical, would be a fantastic addition to this already useful plugin.

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

No branches or pull requests

1 participant