- Add
ignoreRules
option toa11ySuite
- Array of a11ySuite rules to ignore for that suite
- Example: https://github.com/PolymerElements/paper-tooltip/commit/bf22b1dfaf7f47312ddb7f5415f75ae81fa467bf
- Fix npm 3 serving for lodash and sinon
- Fix serving from
node_modules
for npm 3
- Fix Polymer 0.5 testing
- Remove
bower
as a dependency, serve testing files out ofnode_modules
- Upgrade to
wct-local
2.0, which needs node 0.12+ forlaunchpad
0.5 - Replace esperanto with rollup for building browser bundle
- Integrate test-fixture
- Add ability to cancel running tests from library
- Add accessibility testing with
a11ySuite
and accessibility-developer-tools
.bowerrc
included in the package to ensure that packages don't get placed in unexpected locations.
--verbose
now includes logging fromserve-waterfall
.
- WCT now depends on
wct-sauce ^1.5.0
-
WCT proper no longer periodically executes webdriver commands to ensure remote keepalive. Logic has moved into
wct-sauce
. -
Fix for verbose mode breaking IE10.
-
Mixing TDD & BDD Mocha interfaces is now an error.
-
Calls to
console.error
now generate an error. -
Errors that occur during WCT's initialization are more reliably reported.
-
WCT now treats dependencies installed into
bower_components/
as if they are siblings of the current repo (much like polyserve). -
Browser libraries are no longer bundled with WCT.
-
They are now bower-managed, and by default installed to
bower_components/
withinweb-component-tester
. -
The libraries loaded can be configured via
WCT = {environmentScripts: []}
. -
Massive overhaul of
browser.js
to support this &environment.js
no longer exists.
-
-
Support for newer versions of webcomponents.js (also Polymer 0.8).
-
Mocha configuration can be specified by the
mochaOptions
key in client options (i.e.<script>WCT = {mochaOptions: {}};</script>
). -
Browser options can be specified in
wct.conf.js
via theclientOptions
key. -
WCT now always generates an index when run via the command line.
-
wct.conf.json
can be used as an alternative towct.conf.js
.
Yanked. See 3.0.7
for rolled up notes.
There were changes made, and @nevir failed to annotate them. What a slacker.
What are you, an archaeologist?