[geb-user] Re: [ANN] Geb 1.0 has been released

2016-10-11 Thread Marcin Erdmann
Thanks Luke. Given that you left Geb well founded with regards to tests and documentation and thanks to maybe not the biggest but very loyal user base working on it has always been a blast. On Tuesday, 11 October 2016, Luke Daley wrote: > Congratulations Marcin, and thanks for doing such a great

[geb-user] can you generate a geb test using grailsw?

2016-10-11 Thread brandonusa
Is there a way to generate a Geb functional test from the console? I'm using IntelliJ ide, you can actually click on a button and generate unit/integration test from the IDE. I don't see one for Geb. Is there any built support for this? -- You received this message because you are subscribed t

[geb-user] java.lang exception when running gebspec

2016-10-11 Thread brandonusa
ests found matching grails test target pattern filter from org.junit.runner.Request$1@180da206 java.lang.Exception: No tests found matching grails test target pattern filter from org.junit.runner.Request$1@180da206 at org.junit.internal.requests.FilterRequest.getRunner(FilterRequest.java:35) at

Re: [geb-user] can you generate a geb test using grailsw?

2016-10-11 Thread Brian Kotek
If you're referring to the feature that can generate a Java test stub (JUnit, etc.) for a specific method or class, then I don't think so. But that applies to standard WebDriver and Protractor as well as Geb. I don't really see how it could be done. It's one thing to generate a test stub given a s

Re: [geb-user] can you generate a geb test using grailsw?

2016-10-11 Thread Brian Kotek
*Oops, omit the "nothing". I meant: there's no way for idea to "know" what to generate a test stub "from". On Tue, Oct 11, 2016 at 10:04 PM, Brian Kotek wrote: > If you're referring to the feature that can generate a Java test stub > (JUnit, etc.) for a specific method or class, then I don't thi

Re: [geb-user] java.lang exception when running gebspec

2016-10-11 Thread Brian Kotek
​It sounds like a Grails error saying it can't find any tests to run.​ On Tue, Oct 11, 2016 at 7:49 PM, wrote: > No tests found matching grails test target pattern filter -- You received this message because you are subscribed to the Google Groups "Geb User Mailing List" group. To unsubscrib