Fixed container paths for the Packages test targets in the Website test plan. (#16)
Reviewed-on: rock-n-code/loud-amsterdam#16 Co-authored-by: Javier Cicchelli <javier@rock-n-code.com> Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
This commit is contained in:
@@ -34,16 +34,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"target" : {
|
"target" : {
|
||||||
"containerPath" : "container:..\/Localization",
|
"containerPath" : "container:..\/..\/Packages\/Persistence",
|
||||||
"identifier" : "LocalizationTests",
|
"identifier" : "PersistenceTests",
|
||||||
"name" : "LocalizationTests"
|
"name" : "PersistenceTests"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"target" : {
|
"target" : {
|
||||||
"containerPath" : "container:",
|
"containerPath" : "container:..\/..\/Packages\/Localization",
|
||||||
"identifier" : "PersistenceTests",
|
"identifier" : "LocalizationTests",
|
||||||
"name" : "PersistenceTests"
|
"name" : "LocalizationTests"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user