-
Notifications
You must be signed in to change notification settings - Fork 23
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: tape-testing/tape-run
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 500ce421358fde2c5e149e3402d2fdd83d044f00
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tape-testing/tape-run
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ee4654e596f5cbcbb8d77c9628da0ee6e1d39d4d
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
6
contributors
Commits on Mar 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ad1077b - Browse repository at this point
Copy the full SHA ad1077bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cad964a - Browse repository at this point
Copy the full SHA cad964aView commit details
Commits on Apr 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2b122ce - Browse repository at this point
Copy the full SHA 2b122ceView commit details
Commits on Aug 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e6ea66c - Browse repository at this point
Copy the full SHA e6ea66cView commit details
Commits on Dec 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2eb9015 - Browse repository at this point
Copy the full SHA 2eb9015View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed44bcd - Browse repository at this point
Copy the full SHA ed44bcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bdfd54 - Browse repository at this point
Copy the full SHA 3bdfd54View commit details
Commits on Dec 5, 2017
-
Add detail to webpack integration
The description needs more detail to really explain anything. This file change clarifies steps needed for webpack integration, yet with minimal bloat to keep README.md nice to browse and read. Motivation: I believe there are people like me who use webpack instead of browserify and immediately want to integrate tape-run with webpack. With next to none details about the integration, it took me a long while to figure out everything needed. The first thing was that an additional `webpack.config.js` is needed to build the test suite. The second thing was that I can just `$ webpack --config ...` to run the tests, instead of something like `webpack | tape-run | tap-spec`. The third thing was that I do not need to add anything extra to the test code. These seem trivial afterwards but were hard to find out when everything was new.
Configuration menu - View commit details
-
Copy full SHA for 4cb98b0 - Browse repository at this point
Copy the full SHA 4cb98b0View commit details -
Merge pull request #70 from axelpale/patch-1
Add detail to webpack integration
Configuration menu - View commit details
-
Copy full SHA for 8b01d6d - Browse repository at this point
Copy the full SHA 8b01d6dView commit details
Commits on Jan 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4fdada2 - Browse repository at this point
Copy the full SHA 4fdada2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 193428b - Browse repository at this point
Copy the full SHA 193428bView commit details
Commits on Feb 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 257098f - Browse repository at this point
Copy the full SHA 257098fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5defaec - Browse repository at this point
Copy the full SHA 5defaecView commit details
Commits on Feb 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f7c7a68 - Browse repository at this point
Copy the full SHA f7c7a68View commit details -
Configuration menu - View commit details
-
Copy full SHA for f696cba - Browse repository at this point
Copy the full SHA f696cbaView commit details
Commits on Mar 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 16b5fe6 - Browse repository at this point
Copy the full SHA 16b5fe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2186d4d - Browse repository at this point
Copy the full SHA 2186d4dView commit details
Commits on Dec 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bcb8fad - Browse repository at this point
Copy the full SHA bcb8fadView commit details
Commits on Dec 14, 2018
-
Merge pull request #73 from cezaraugusto/update-browser-run
update browser-run@5.0.1
Configuration menu - View commit details
-
Copy full SHA for 9fa041c - Browse repository at this point
Copy the full SHA 9fa041cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fc2b4b - Browse repository at this point
Copy the full SHA 9fc2b4bView commit details
Commits on May 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 544a86e - Browse repository at this point
Copy the full SHA 544a86eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0056a90 - Browse repository at this point
Copy the full SHA 0056a90View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb284e0 - Browse repository at this point
Copy the full SHA eb284e0View commit details
Commits on Aug 20, 2019
-
thanks @munrocket
Configuration menu - View commit details
-
Copy full SHA for e8c2b76 - Browse repository at this point
Copy the full SHA e8c2b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01b5790 - Browse repository at this point
Copy the full SHA 01b5790View commit details
Commits on Apr 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e032edb - Browse repository at this point
Copy the full SHA e032edbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 463bed9 - Browse repository at this point
Copy the full SHA 463bed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e93c616 - Browse repository at this point
Copy the full SHA e93c616View commit details
Commits on Jul 22, 2020
-
Bump browser-run to latest, fixing electron security issue (#80)
* Bump browser-run version to v8.0.0 ... and removing sudo: false in travis-config + changing nodejs-version to test on from 12 and 13 to 12 and 14 * Version bump * Changing to correct version number * Back to original version =)
Configuration menu - View commit details
-
Copy full SHA for 20125a6 - Browse repository at this point
Copy the full SHA 20125a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31de6f9 - Browse repository at this point
Copy the full SHA 31de6f9View commit details
Commits on Nov 3, 2020
-
Include more detailed Headless Testing section (#81)
I tried to get a build working yesterday via Github Actions and kept hitting a wall. Found these suggestions on `browser-run` and copied here to make it easier to find.
Configuration menu - View commit details
-
Copy full SHA for ccad1ea - Browse repository at this point
Copy the full SHA ccad1eaView commit details
Commits on Apr 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 57adc5f - Browse repository at this point
Copy the full SHA 57adc5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee4654e - Browse repository at this point
Copy the full SHA ee4654eView commit details
There are no files selected for viewing