- postinstall the
vc-di-bbs
spec testVectors are cloned intotests/input
. - README section testing locally.
- new dir
config
with config files for the runner, vectors, and keys. tests/fixtures
now contains versioned test datafixtures/license
&fixtures/sail
.
- BREAKING:
vc-test-suite-implementations
now uses the w3c repo and not the w3c-ccg repo. - BREAKING: Use
localConfig.cjs
over.localImplementationsConfig.cjs
now. respecConfig.json
to now inconfig/respec.json
.abstract.hbs
is now inconfig/abstract.hbs
.- Test Suites use configurable test vectors defined in
config/vectors
. - Test Suites use tags defined in
config/runner.json
- Do not await Mocha's
describe
function as it returns aSuite
.
- Updated
vc-api-test-suite-implementations
package name tovc-test-suite-implementations
.
- See git history for changes.