I tried and tested the same example for Firefox, chrome and safari but not worked for me. with the given ./gradlew test command. but yes single browser working fine.
On Wednesday, 5 October 2016 02:01:13 UTC+5, Marcin Erdmann wrote: > > Roms, > > Geb is not a testing framework but a web browser automation framework > therefore it will support running all tests in different browsers as long > as the test framework and its runtime are able to do it. > > As Brian said, an example of running the same suite of tests across > different browsers using Gradle is available at > https://github.com/geb/geb-example-gradle. Using the setup as in the > example it's possible to run the tests using different browsers (one > browser runs all the tests, and then the next one runs all the test and so > on) by executing a single command. > > Marcin > > On Tue, Oct 4, 2016 at 2:16 PM, Brian Kotek <[email protected] > <javascript:>> wrote: > >> I believe the example project tests in Chrome, Firefox and PhantomJS >> during a single run. https://github.com/geb/geb-example-gradle >> >> On Tue, Oct 4, 2016 at 7:35 AM, <[email protected] <javascript:>> >> wrote: >> >>> Hi, >>> >>> i'm just using and learning Geb for almost 1 week, My question is: >>> >>> Does geb supports multiple browser testing, where all test should be >>> executed in different browser (Chrome, Firefox) in one run. >>> >>> Thanks. >>> Roms >>> >>> -- >>> 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] <javascript:>. >>> To post to this group, send email to [email protected] >>> <javascript:>. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/geb-user/18f0e756-6953-49fc-94a1-cf25164d851a%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/geb-user/18f0e756-6953-49fc-94a1-cf25164d851a%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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/geb-user/CAB06vMCKz8mcxL%2BOXcqZZqG4VyRnCSU86KMVbk05cjJeeaywBw%40mail.gmail.com >> >> <https://groups.google.com/d/msgid/geb-user/CAB06vMCKz8mcxL%2BOXcqZZqG4VyRnCSU86KMVbk05cjJeeaywBw%40mail.gmail.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/6a3aec01-31be-48a7-9c87-f5e46e7f99ad%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
