Add ParserTests to testplan.

This commit is contained in:
Brent Simmons 2024-09-28 22:24:12 -07:00
parent 01cad9b687
commit 3e9f6fbfab

View File

@ -69,11 +69,19 @@
}
},
{
"parallelizable" : true,
"target" : {
"containerPath" : "container:Web",
"identifier" : "WebTests",
"name" : "WebTests"
"parallelizable" : true,
"target" : {
"containerPath" : "container:Web",
"identifier" : "WebTests",
"name" : "WebTests"
}
},
{
"parallelizable" : true,
"target" : {
"containerPath" : "container:Modules\/Parser",
"identifier" : "ParserTests",
"name" : "ParserTests"
}
}
],