Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document using with servers #56

Open
antonkulaga opened this issue May 14, 2016 · 1 comment
Open

document using with servers #56

antonkulaga opened this issue May 14, 2016 · 1 comment

Comments

@antonkulaga
Copy link

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
Copy link

bwbecker commented Mar 2, 2018

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants