Where do I put cucumber.yml? I can’t find anything mentioned in the
documentation.
Thanks
John S.
Where do I put cucumber.yml? I can’t find anything mentioned in the
documentation.
Thanks
John S.
On Thu, Mar 5, 2009 at 8:21 AM, John S. [email protected] wrote:
Where do I put cucumber.yml? I can’t find anything mentioned in the
documentation.
In the project root (or wherever you’re typing commands from).
Cheers,
David
David C. wrote:
On Thu, Mar 5, 2009 at 8:21 AM, John S. [email protected] wrote:
Where do I put cucumber.yml? I can’t find anything mentioned in the
documentation.In the project root (or wherever you’re typing commands from).
Cheers,
David
Ok, I tried config and features to no avail, I guess that’s the only
option left
Is this documented anywhere, or are people expected to just know it?
Ta
John S.
----- Original Message ----
From: John S. [email protected]
[David:]In the project root (or wherever you’re typing commands from).
Is this documented anywhere, or are people expected to just know it?
I added the information to the wiki in one or two places, having been
bitten by the same expectation you had, and having read through the code
that seeks out that file.
I think it should look in places named in the options, plus the config/
directory, personally. The config directory is where I’d want to put
it, but not every project in the world is a rails project, so I add a
grain of salt to that impulse.
Randy
On Thu, Mar 5, 2009 at 3:21 PM, John S. [email protected] wrote:
Where do I put cucumber.yml? I can’t find anything mentioned in the
documentation.
Here it is:
http://wiki.github.com/aslakhellesoy/cucumber/running-features
Aslak
On Thu, Mar 5, 2009 at 4:43 PM, John S. [email protected] wrote:
Ok, I tried config and features to no avail, I guess that’s the only
option leftIs this documented anywhere, or are people expected to just know it?
You didn’t read the mail I sent 20 minutes ago?
http://wiki.github.com/aslakhellesoy/cucumber/running-features
Aslak
On Thu, Mar 5, 2009 at 6:12 PM, [email protected] wrote:
Is this documented anywhere, or are people expected to just know it?
I added the information to the wiki in one or two places, having been bitten by the same expectation you had, and having read through the code that seeks out that file.
I think it should look in places named in the options, plus the config/ directory, personally. The config directory is where I’d want to put it, but not every project in the world is a rails project, so I add a grain of salt to that impulse.
Randy, John: You really don’t read my responses, do you? Or is there
some gmail lag issue going on here?
Aslak
On Thu, Mar 5, 2009 at 10:55 AM, aslak hellesoy
[email protected] wrote:
Ok, I tried config and features to no avail, I guess that’s the only
option leftIs this documented anywhere, or are people expected to just know it?
You didn’t read the mail I sent 20 minutes ago?
http://wiki.github.com/aslakhellesoy/cucumber/running-features
Since ppl are having a hard time finding this, I added
http://wiki.github.com/aslakhellesoy/cucumber/cucumberyml, which
references
http://wiki.github.com/aslakhellesoy/cucumber/running-features.
I also changed the header of the relevant section to “Defining
‘profiles’ in cucumber.yml”
Should be easy to find now.
Cheers,
David
Aslak:
some gmail lag issue going on here?
Not sure who’s causing the lag, but yeah.
My hope was to help in a way that I could, freeing the “big guns” to
focus on things I’m less suited for at this moment.
Randy
That reminds me: Was there a reason for using : to run a
feature at a line instead of spec’s -l ?
///ark
Mark W. wrote:
That reminds me: Was there a reason for using : to run a
feature at a line instead of spec’s -l ?///ark
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users
I think it was to keep in line with how Cucumber outputs the backtrace
in the CLI. So you can simply copy and paste the line from the output
to run just that one scenario.
I actually much prefer the concise notation and I would like to see
RSpec adopt it.
-Ben
Ben M. wrote:
I think it was to keep in line with how Cucumber outputs the backtrace
in the CLI. So you can simply copy and paste the line from the output
to run just that one scenario.I actually much prefer the concise notation and I would like to see
RSpec adopt it.
Exactly as Ben said. In addition it was also used as it made it nicer
when running multiple lines in the same file
file:10:11:14:15
–
Joseph W.
On Thu, Mar 5, 2009 at 2:47 PM, David C. [email protected]
wrote:
I actually much prefer the concise notation and I would like to see RSpec
adopt it.I agree. RSpec will adopt it as soon as it receives your patch
That would be great. I’ve been used to seeing the colon notation for a
quarter of a century.
///ark
On Thu, Mar 5, 2009 at 3:30 PM, Ben M. [email protected] wrote:
I think it was to keep in line with how Cucumber outputs the backtrace in
the CLI. So you can simply copy and paste the line from the output to run
just that one scenario.I actually much prefer the concise notation and I would like to see RSpec
adopt it.
I agree. RSpec will adopt it as soon as it receives your patch
On Thu, Mar 5, 2009 at 6:30 PM, Ben M. [email protected] wrote:
run
just that one scenario.I actually much prefer the concise notation and I would like to see RSpec
adopt it.I agree. RSpec will adopt it as soon as it receives your patch
I really need to stop suggesting things on this list…
David C. wrote:
I agree. RSpec will adopt it as soon as it receives your patch
I really need to stop suggesting things on this list…
David C. wrote in post #790531:
http://wiki.github.com/aslakhellesoy/cucumber/running-features
Since ppl are having a hard time finding this, I added
http://wiki.github.com/aslakhellesoy/cucumber/cucumberyml, which
references
http://wiki.github.com/aslakhellesoy/cucumber/running-features.
I know this post is from a few years ago, and so these
links are broken now. Any updated links have the same information?
On Jan 6, 2012, at 3:49 PM, Gayle C. wrote:
links are broken now. Any updated links have the same information?
–
Posted via http://www.ruby-forum.com/.
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users
All I see is links to Cucumber. Maybe try the Cucumber mailing list?
On 6 Jan 2012, at 23:03, Justin Ko wrote:
All I see is links to Cucumber. Maybe try the Cucumber mailing list?
I’m curious - why after all these years do so many Cucumber-related
issues still get posted on the RSpec list? Is there an outdated FAQ
lurking somewhere?
Ash
–
http://www.patchspace.co.uk/
http://www.linkedin.com/in/ashmoran
Gayle,
I’ve set a reply-to pointing to the cucumber list. I’d advise going to
http://groups.google.com/group/cukes and joining that list.
On 1/6/12 5:49 PM, Gayle C. wrote:
links are broken now. Any updated links have the same information?
GitHub - cucumber/common: A home for issues that are common to multiple cucumber repositories
GitHub - cucumber/common: A home for issues that are common to multiple cucumber repositories
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs