https://github.com/devpaul/intern-json-schema
A Json Schema describing Intern's JSON configuration
https://github.com/devpaul/intern-json-schema
intern
Last synced: 10 months ago
JSON representation
A Json Schema describing Intern's JSON configuration
- Host: GitHub
- URL: https://github.com/devpaul/intern-json-schema
- Owner: devpaul
- Created: 2017-09-25T05:08:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T04:52:26.000Z (over 8 years ago)
- Last Synced: 2025-03-02T17:17:12.844Z (10 months ago)
- Topics: intern
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON Schema for Intern 4
This Json Schema for [Intern 4](https://theintern.io) testing framework defines the structure of your intern.json file.

## Usage
Install the schema to your project
```bash
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