[wtr-general] Cucumber Options

2009-04-16 Thread keith shaw
How can I pass along cucumber options to watircraft before running my tests? For instance I would like to use the '--out' option to output results to a file. -Keith --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[wtr-general] Watircraft and Safari

2009-04-14 Thread keith shaw
I have begun using the watir craft tool to run my test on mac os x in safari. Running just one test by itself works fine. As soon as I add a second test to my suite I see a weird behavior. The first test ends fine and closes the brower, the problem is that another browser is never launched to

[wtr-general] Re: Watircraft and Safari

2009-04-14 Thread keith shaw
, 2009 at 12:31 PM, Bret Pettichord b...@pettichord.comwrote: I wonder why the browser is being closed after the first test. The framework doesn't do this. Does your test? Bret keith shaw wrote: I have begun using the watir craft tool to run my test on mac os x in safari. Running just one

[wtr-general] Re: Watircraft and Safari

2009-04-14 Thread keith shaw
Do I need to do anything to make sure that happens? Currently it's not working. -Keith On Tue, Apr 14, 2009 at 2:00 PM, Chuck van der Linden sqa...@gmail.comwrote: Yes I beleve so On Apr 14, 10:42 am, keith shaw keithsha...@gmail.com wrote: I just took a look at the test and realized I

[wtr-general] Test with the same GIVEN

2009-04-09 Thread keith shaw
I have recently started to use watircraft to organize my test cases. I really like the benefits watircraft provides when trying to manage and scale a large number of test. The problem I am having is I have two test each with the same GIVEN in the feature. This was never a problem in the past