You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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?
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.
The text was updated successfully, but these errors were encountered: