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

docs: Include some standalone rspec CI::Reporter running details #13

Open
olleolleolle opened this issue Aug 4, 2014 · 3 comments
Open

Comments

@olleolleolle
Copy link
Contributor

I fumbled with these details to help me run the damn thing not as a Rake task:

bundle exec rspec --require ci/reporter/rake/rspec_loader --format "CI::Reporter::RSpecFormatter" spec

This works, when you have the gem 'ci_reporter_rspec' in your Gemfile. But the docs never say.

@shepmaster
Copy link
Member

With the upgrade to CI::Reporter 2.0, I wanted to reduce the number of supported ways of running it (maintained in our free time and all that).

I was unable to understand why people didn't want to run as a Rake task. Could you give us some more information why you want to do this?

@olleolleolle
Copy link
Contributor Author

I test stuff in threads, such as Sidekiq tasks, and where I fell down was
related to that + environment variable injection into these threads, I
think.

I wasted time on getting to a single rake task and failed. I would still
like to have one.
Den 4 aug 2014 20:22 skrev "Jake Goulding" [email protected]:

With the upgrade to CI::Reporter 2.0, I wanted to reduce the number of
supported ways of running it (maintained in our free time and all that).

I was unable to understand why people didn't want to run as a Rake task.
Could you give us some more information why you want to do this?


Reply to this email directly or view it on GitHub
#13 (comment)
.

@Sohair63
Copy link

rake ci:setup:minitest test
rake ci:setup:rspec spec # This is what I needed
rake ci:setup:cucumber features
rake ci:setup:spinach features```

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

3 participants