-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathLivingDocCompatibilityKit.bat
More file actions
59 lines (44 loc) · 2.98 KB
/
LivingDocCompatibilityKit.bat
File metadata and controls
59 lines (44 loc) · 2.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
echo off
cd .\Expressium.LivingDoc.UnitTests\bin\Debug\net8.0
del .\Samples\Pending.html
Expressium.LivingDoc.Cli.exe --generate --input .\Samples\pending.feature.ndjson --output .\Samples\Pending.html --title "Compatibility Kit Pending"
start .\Samples\Pending.html
del .\Samples\Ambiguous.html
Expressium.LivingDoc.Cli.exe --generate --input .\Samples\ambiguous.feature.ndjson --output .\Samples\Ambiguous.html --title "Compatibility Kit Ambiguous"
start .\Samples\Ambiguous.html
del .\Samples\Empty.html
Expressium.LivingDoc.Cli.exe --generate --input .\Samples\empty.feature.ndjson --output .\Samples\Empty.html --title "Compatibility Kit Empty"
start .\Samples\Empty.html
del .\Samples\Background.html
Expressium.LivingDoc.Cli.exe --generate --input .\Samples\background.feature.ndjson --output .\Samples\Background.html --title "Compatibility Kit Background"
start .\Samples\Background.html
del .\Samples\StackTraces.html
Expressium.LivingDoc.Cli.exe --generate --input .\Samples\stack-traces.feature.ndjson --output .\Samples\StackTraces.html --title "Compatibility Kit Stack Traces"
start .\Samples\StackTraces.html
del .\Samples\Retry.html
Expressium.LivingDoc.Cli.exe --generate --input .\Samples\retry.feature.ndjson --output .\Samples\Retry.html --title "Compatibility Kit Retry"
start .\Samples\Retry.html
del .\Samples\Attachments.html
Expressium.LivingDoc.Cli.exe --generate --input .\Samples\attachments.feature.ndjson --output .\Samples\Attachments.html --title "Compatibility Kit Attachments"
start .\Samples\Attachments.html
del .\Samples\ExampleTables.html
Expressium.LivingDoc.Cli.exe --generate --input .\Samples\examples-tables.feature.ndjson --output .\Samples\ExampleTables.html --title "Compatibility Kit Example Tables"
start .\Samples\ExampleTables.html
del .\Samples\Minimal.html
Expressium.LivingDoc.Cli.exe --generate --input .\Samples\minimal.feature.ndjson --output .\Samples\Minimal.html --title "Compatibility Kit Minimal"
start .\Samples\Minimal.html
del .\Samples\DataTables.html
Expressium.LivingDoc.Cli.exe --generate --input .\Samples\data-tables.feature.ndjson --output .\Samples\DataTables.html --title "Compatibility Kit Data Tables"
start .\Samples\DataTables.html
del .\Rules.html
Expressium.LivingDoc.Cli.exe --generate --input .\Samples\rules.feature.ndjson --output .\Rules.html --title "Compatibility Kit Rules"
start .\Rules.html
del .\RulesBackground.html
Expressium.LivingDoc.Cli.exe --generate --input .\Samples\rules-background.feature.ndjson --output .\RulesBackground.html --title "Compatibility Kit Rules Background"
start .\RulesBackground.html
del .\Samples\Skipped.html
Expressium.LivingDoc.Cli.exe --generate --input .\Samples\skipped.feature.ndjson --output .\Samples\Skipped.html --title "Compatibility Kit Skipped"
start .\Samples\Skipped.html
del .\Samples\HooksErrors.html
Expressium.LivingDoc.Cli.exe --generate --input .\Samples\hooks-errors.feature.ndjson --output .\Samples\HooksErrors.html --title "Compatibility Kit Hooks Errors"
start .\Samples\HooksErrors.html