Re: [akka-user] Re: akka-http and selenium

2015-08-24 Thread Johannes Rudolph
Hi Rafał, On Monday, August 24, 2015 at 3:49:57 PM UTC+2, Rafał Krzewski wrote: > > Oh, I see. OneServerPerSuite / OneServerPerTest traits must be really > handy. Providing similar helpers for testing akka-http would be hard, > because Play is a framework that mandates a well defined entry point

Re: [akka-user] Re: akka-http and selenium

2015-08-24 Thread Rafał Krzewski
Oh, I see. OneServerPerSuite / OneServerPerTest traits must be really handy. Providing similar helpers for testing akka-http would be hard, because Play is a framework that mandates a well defined entry point and configuration strategy, whereas akka-http is not. Cheers, Rafał W dniu poniedział

Re: [akka-user] Re: akka-http and selenium

2015-08-24 Thread Anton Kulaga
They should not I am just curious: there is a section of testing with browser in Play docs ( https://www.playframework.com/documentation/2.4.x/ScalaFunctionalTestingWithScalaTest#Testing-with-a-web-browser ), maybe somebody wrote a similar example about testing akka-http with browser 2015-08-24 12

[akka-user] Re: akka-http and selenium

2015-08-24 Thread Rafał Krzewski
Why would Selenium tests of application using akka-http be different from tests of application using any other server-side stack? Cheers, Rafał W dniu niedziela, 23 sierpnia 2015 18:56:59 UTC+2 użytkownik Anton Kulaga napisał: > > Hi all, > > I wonder, are there any examples of apps with Seleni