-
Notifications
You must be signed in to change notification settings - Fork 114
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
Add Integration Tests to the project. #40
Comments
So far I found one by using something like this in the server
Please share your thoughts and let me know if there are better workarounds. If not, is a PR with this workaround welcome? |
There is an integration test in this project. I don't have any real experience running integration tests in Play. How do you run your integration tests in Play? Are you using |
Yes, what I have now is putting tests in a separate folder, namely
In that sense there is almost no difference from what you have here. But the problem is the By the way I found the following as a workaround but maybe there are cleaner and more straightforward ways to achieve this:
|
That would be great if this sample project had a few integration tests. That way it will be easier for people adopting Scalajs + Play + SBT combo.
There are some caveats (I believe because the way
sbt-web
works: sbt/sbt-web#54). But it would be nice to mention the best workaround here.The text was updated successfully, but these errors were encountered: