Skip to content

Commit 2e127d5

Browse files
committed
integration test: add new suite
1 parent 78ba0d8 commit 2e127d5

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

test/integration/man.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ try {
2424
"\n(relative or absolute path where the repo folder is the root)" +
2525
"\n")
2626
.default("c",
27-
["/test/integration/test_cases/test_cases.json"])
27+
[
28+
"/test/integration/test_cases/test_cases.json",
29+
"/test/integration/test_options/test_options.json"
30+
])
2831
.argv;
2932

3033
let manual = new Manual(argv.configs, argv.port);

test/integration/modules/videorecorder/generate.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,10 @@ try {
202202
"\n(relative or absolute path where the repo folder is the root)" +
203203
"\n")
204204
.default("c",
205-
["/test/integration/test_cases/test_cases.json"])
205+
[
206+
"/test/integration/test_cases/test_cases.json",
207+
"/test/integration/test_options/test_options.json"
208+
])
206209

207210
.string("vizzu")
208211
.nargs("vizzu", 1)

test/integration/test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ try {
4646
"\n(relative or absolute path where the repo folder is the root)" +
4747
"\n")
4848
.default("c",
49-
["/test/integration/test_cases/test_cases.json"])
49+
[
50+
"/test/integration/test_cases/test_cases.json",
51+
"/test/integration/test_options/test_options.json"
52+
])
5053

5154
.choices("images",
5255
["ALL", "FAILED", "DISABLED"])

0 commit comments

Comments
 (0)