File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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 ) ;
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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" ] )
You can’t perform that action at this time.
0 commit comments