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

Switchable SPTReporter #35

Closed
jspahrsummers opened this issue Aug 3, 2013 · 1 comment
Closed

Switchable SPTReporter #35

jspahrsummers opened this issue Aug 3, 2013 · 1 comment

Comments

@jspahrsummers
Copy link
Contributor

There's currently no way to configure the SPTReporter that Specta uses for all tests, since it's hardcoded to SPTDefaultReporter, which itself has lots of behavior hardcoded.

It could be even cooler to customize this based on whether builds are happening through the Xcode GUI or on the command line (but that could be handled with -D flags too).

CC @nerdyc

@nerdyc
Copy link
Member

nerdyc commented Aug 6, 2013

Fixed by 80038c.

To use a custom reporter, set the SPECTA_REPORTER_CLASS to a custom SPTReporter subclass.

@nerdyc nerdyc closed this as completed Aug 6, 2013
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

2 participants