An open API service indexing awesome lists of open source software.

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

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.

![Completions for intern.json in Intellij](./docs/intern-visual-report.gif)

## 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