Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
added link to an example for metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sichvoge committed Dec 1, 2016
1 parent 122d98a commit 0f58b4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Test cases must be put under the `tests` directory by either putting your tests
<RAML_CONTENT>
```

For more information, please have a look at [this example](tests/raml-1.0/spec-examples/APIs/additional-facets-single-example.raml).

Each test needs to have a TCK specific file that will be actually used as a comparison for the output of your parsing. You can create a TCK JSON file manually from scratch, and name it `<my API RAML file name>-tck.json`), or use the generate script provided inside the `src` directory. For example, you create a folder inside the `tests/raml-1.0/Traits` directory called `myTests` where you put all your tests files. Now, you only need to go to your terminal and execute the following:

Install dependencies
Expand Down

0 comments on commit 0f58b4c

Please sign in to comment.