UNPKG

@o3r/testing

Version:

The module provides testing (e2e, unit test) utilities to help you build your own E2E pipeline integrating visual testing.

35 lines (34 loc) 783 B
{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "ngAddSchematicsSchema", "title": "Add Otter testing ", "description": "ngAdd Otter testing", "properties": { "projectName": { "type": "string", "description": "Project name", "$default": { "$source": "projectName" } }, "testingFramework": { "type": "string", "description": "The framework for Unit Tests to use", "enum": [ "jest", "other" ] }, "enablePlaywright": { "type": "boolean", "description": "Install playwright" }, "exactO3rVersion": { "type": "boolean", "description": "Use a pinned version for otter packages" } }, "additionalProperties": true, "required": [ ] }