And an index.html that targets the main_bundle.js The tests don't load. Its like like the tests don't get noticed. http://localhost:9500/figwheel-extra-main/testing yeilds the boilerplate Extra Main: Testing Host Page with no tests. But when I remove the bundling:
This renders the testing page correctly and the tests run.
Now maybe this has something to do with the strings that I am manually passing here instead of keywords. Well, there is a reason for that, the keywords mentioned here result in schema validation errors:
I've noticed that when I use webpack bundling, the auto-testing in the browser doesn't happen. E.g. with the configuration
And an index.html that targets the
main_bundle.js
The tests don't load. Its like like the tests don't get noticed.http://localhost:9500/figwheel-extra-main/testing
yeilds the boilerplateExtra Main: Testing Host Page
with no tests. But when I remove the bundling:This renders the testing page correctly and the tests run.
Now maybe this has something to do with the strings that I am manually passing here instead of keywords. Well, there is a reason for that, the keywords mentioned here result in schema validation errors: