Skip to content

Commit e44942d

Browse files
committed
outline yaml validation tests
Signed-off-by: shmck <[email protected]>
1 parent c0e7cd0 commit e44942d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tests/yaml.test.ts

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
describe("yaml", () => {
22
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");
318
});

0 commit comments

Comments
 (0)