|
1 | 1 | describe("yaml",()=>{
|
2 | 2 | it.todo("should parse a valid yaml file");
|
| 3 | +it.todo("should fail if version is invalid"); |
| 4 | +it.todo("should fail if version is missing"); |
| 5 | +it.todo("should fail if config is missing"); |
| 6 | +it.todo("should fail if config testRunner is missing"); |
| 7 | +it.todo("should fail if config testRunner command is missing"); |
| 8 | +it.todo("should fail if config testRunner args tap is missing"); |
| 9 | +it.todo("should fail if repo is missing"); |
| 10 | +it.todo("should fail if repo uri is missing"); |
| 11 | +it.todo("should fail if repo uri is invalid"); |
| 12 | +it.todo("should fail if repo branch is missing"); |
| 13 | +it.todo("should fial if level is missing id"); |
| 14 | +it.todo("should fail if level setup is invalid"); |
| 15 | +it.todo("should fail if step is missing id"); |
| 16 | +it.todo("should fail if step setup is invalid"); |
| 17 | +it.todo("should fail if solution setup is invalid"); |
3 | 18 | });
|