3.5.1 • Published 10 months ago

mutation-testing-report-schema v3.5.1

Weekly downloads
40,271
License
Apache-2.0
Repository
github
Last release
10 months 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.5.1

10 months ago

3.5.0

11 months ago

3.3.0

1 year ago

3.1.1

1 year ago

3.1.0

2 years ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

2.0.5

2 years ago

3.0.0

2 years ago

2.0.3

2 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.7.14

3 years ago

1.7.10

4 years ago

1.7.8

4 years ago

1.7.6

4 years ago

1.7.4

4 years ago

1.7.3

4 years ago

1.7.1

5 years ago

1.6.0

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

7 years ago

1.0.8

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.0

7 years ago

0.0.7

7 years ago