scala-js / scala-js-env-selenium

Scala.js environment
BSD 3-Clause "New" or "Revised" License
51 stars 22 forks source link

document using with servers #56

Open antonkulaga opened 8 years ago

antonkulaga commented 8 years ago

I often have to test how whole systems works: client sending requests to the server, getting responses and rendering html. For this I have to run some backend code (like akka-http) and also runs a headless client to check if the client side does all neccessary requests and correctly renders the data. It would be nice to have a description in readme/docs how to do such a thing with scala-js-env-selenium.

bwbecker commented 6 years ago

@antonkulaga I'm exactly in that position (run a project with scala-js on the browser that interacts with some back-end code; want to test the whole thing end-to-end) and am wondering if scala-js-env-selenium helps solve that problem. Do you have anything to add? Did you make progress in your setting?