Hi Adam, Can you please explain what exact errors you are getting when running the tests in your IDE? Can you share the stacktrace?
I just run ./gradlew idea, opened the generated .ipr file in IntelliJ and after adding the following line to GebConfig.groovy: reportsDir = "build" and running GebishOrgSpec, Firefox has been opened and test succeeded. Marcin On Thu, Dec 8, 2016 at 6:32 PM, Adam Sherman <[email protected]> wrote: > Hello, > > I cloned this example project <https://github.com/geb/geb-example-gradle> > into IntelliJ and am wondering why when I run the project from the gradle > terminal/command line (i.e. "gradle chromeTest") it works fine but it > DOESN'T work if you try to run from the GebConfig.groovy file? I would > like to be able to debug and run individual tests (green play arrows in > GebishOrgTest.groovy) from the IDE but can't because of some selenium > browser errors. > > I have experience in groovy but am a little frustrated with Geb so far > because early project configuration etc is not my strong suite. > > I would like to debug so that I can understand how the project flows, for > instance I have no idea how the project flows from GebConfig.groovy into > GebishOrgTest? > > -- > You received this message because you are subscribed to the Google Groups > "Geb User Mailing List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/geb-user/dd5243cf-61eb-4b0d-a91d-f1733cb45d29%40googlegroups.com > <https://groups.google.com/d/msgid/geb-user/dd5243cf-61eb-4b0d-a91d-f1733cb45d29%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Geb User Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/CA%2B52dQT8C-Y_xnto8Ag7gDy4iVFxsbq%2Bg9B9upENNvyNW9WegA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
