-
Notifications
You must be signed in to change notification settings - Fork 146
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
[SBT-Plugin] Default IntegrationTest configuration #584
Comments
Thanks for the workaround, I stumbled upon this and wasn't able to make this work! |
I don't think we can do that. Unfortunately, sbt decided to design its Said in a different way: I do not see what setting we could put inside An entirely different solution would be to resolve the dependency ourselves and patch it up directly in My opinion here is that we should improve the documentation instead. |
Thanks for your response - yes, improving the documentation would be good too and probably the simplest and fastest solution |
I have tried to run ScalaJS code as SBT Integration test suite, I configured them as is written in the docs
but, during execution of
IntegrationTest / fastLinkJS
operation, I gotThe fix for that is adding explicitly
scalajs-test-bridge
asIntegrationTest
scope dependency.My proposition is to have in
ScalaJSPlugin
defined integration tests config settings (similar totestConfigSettings
) which user can easily add toIntegrationTest
scopeThe text was updated successfully, but these errors were encountered: