3.0.4 • Published 1 month ago

mutation-testing-report-schema v3.0.4

Weekly downloads
40,271
License
Apache-2.0
Repository
github
Last release
1 month ago

Build Status

Mutation testing elements schema

The json schema for mutation testing elements.

The schema can be found here.

JavaScript

Install it with npm like this:

$ npm i mutation-testing-report-schema

Use it from typescript or js (with babel)

import { schema } from 'mutation-testing-elements-schema';

For example, use AJV:

const schemaValidator = new Ajv();
schemaValidator.addSchema(schema, 'mutation-testing-report-schema');
schemaValidator.validate('mutation-testing-report-schema', {
  /*.. report as json ...*/
});

Other languages

Download the schema using https://www.unpkg.com/mutation-testing-report-schema@VERSION/dist/src/mutation-testing-report-schema.json

For the current version, see package.json.

3.0.4

1 month ago

3.0.3

1 month ago

3.0.2

5 months ago

2.0.5

6 months ago

3.0.0

6 months ago

2.0.3

10 months ago

2.0.1

1 year ago

2.0.0

1 year ago

1.7.14

1 year ago

1.7.10

2 years ago

1.7.8

2 years ago

1.7.6

2 years ago

1.7.4

3 years ago

1.7.3

3 years ago

1.7.1

3 years ago

1.6.0

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.8

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.0

5 years ago

0.0.7

5 years ago