Files
ccn/Services/Website/Tests/Website.xctestplan
T
javier 5f4316b85b Added the Utility package (#29)
This PR contains the work done to create the new **Utility** package within the project, and also included in it the `NormalizeEmail` method, as it's not something that belongs to the **Infrastructure** package.

Reviewed-on: rock-n-code/loud-amsterdam#29
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
2026-08-01 11:15:27 +00:00

66 lines
1.5 KiB
Plaintext

{
"configurations" : [
{
"id" : "F3231E68-357B-4ED7-98E9-F5767AB17024",
"name" : "Test Scheme Action",
"options" : {
}
}
],
"defaultOptions" : {
"performanceAntipatternCheckerEnabled" : true,
"targetForVariableExpansion" : {
"containerPath" : "container:",
"identifier" : "Website",
"name" : "Website"
},
"testInteropMode" : "complete"
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:",
"identifier" : "WebsiteTests",
"name" : "WebsiteTests"
}
},
{
"target" : {
"containerPath" : "container:",
"identifier" : "WebsiteLibraryTests",
"name" : "WebsiteLibraryTests"
}
},
{
"target" : {
"containerPath" : "container:..\/..\/Packages\/Persistence",
"identifier" : "PersistenceTests",
"name" : "PersistenceTests"
}
},
{
"target" : {
"containerPath" : "container:..\/..\/Packages\/Localization",
"identifier" : "LocalizationTests",
"name" : "LocalizationTests"
}
},
{
"target" : {
"containerPath" : "container:..\/..\/Packages\/Infrastructure",
"identifier" : "InfrastructureTests",
"name" : "InfrastructureTests"
}
},
{
"target" : {
"containerPath" : "container:..\/..\/Packages\/Utility",
"identifier" : "UtilityTests",
"name" : "UtilityTests"
}
}
],
"version" : 1
}