4.0.1 • Published 7 years ago

intern-json-schema v4.0.1

Weekly downloads
1
License
MPL-2.0
Repository
github
Last release
7 years ago

JSON Schema for Intern 4

This Json Schema for Intern 4 testing framework defines the structure of your intern.json file.

Completions for intern.json in Intellij

Usage

Install the schema to your project

	npm install intern-json-schema.git --save-dev

WebStorm & Intellij

  • Open Properties (CMD + , on Mac)
  • Language & Frameworks
  • Schemas & DTDs
  • JSON Schema
  • Add (+) node_modules/intern-json-schema/intern-schema.json
  • Add JSON Schema Mapping for intern.json
  • OK