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
This is a followup to #2 in which we set up a duct-tape way. to run just one of the test files in a browser using Karma. But we should be running all the test files, and it should work in CI also.
The trouble seems to be that we can't make a browserify bundle from all our test files at once into a single file.
Idea: Use browser-run to run our tests from the command line in a headless browser.
cinnamon-bun
changed the title
Run all tests in browsers
Run ALL tests in browsers at once, and also in CI
Mar 22, 2021
cinnamon-bun
changed the title
Run ALL tests in browsers at once, and also in CI
Run all tests in browsers, not just one file, and also do that in CI
Mar 22, 2021
cinnamon-bun
changed the title
Run all tests in browsers, not just one file, and also do that in CI
Run all tests in browsers, not just one test file, and also do that in CI
Mar 22, 2021
This is a followup to #2 in which we set up a duct-tape way. to run just one of the test files in a browser using Karma. But we should be running all the test files, and it should work in CI also.
The trouble seems to be that we can't make a browserify bundle from all our test files at once into a single file.
Idea: Use
browser-run
to run our tests from the command line in a headless browser.See here for an example project that's using it:
https://github.com/RangerMauve/js-ipfs-fetch/blob/default/package.json
The text was updated successfully, but these errors were encountered: