-
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust e2e tests to new (site) importer
- Loading branch information
Showing
3 changed files
with
36 additions
and
8 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
...ribution/DistributionPackages/Neos.Test.OneDimension/Resources/Private/Content/sites.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[ | ||
{ | ||
"name": "Neos.Test.OneDimension", | ||
"nodeName": "neos-test-onedimension", | ||
"siteResourcesPackageKey": "Neos.Test.OneDimension", | ||
"online": true, | ||
"domains": [ | ||
{ | ||
"hostname": "onedimension.localhost", | ||
"scheme": null, | ||
"port": 8081, | ||
"active": true, | ||
"primary": true | ||
} | ||
] | ||
} | ||
] |
17 changes: 17 additions & 0 deletions
17
...ibution/DistributionPackages/Neos.Test.TwoDimensions/Resources/Private/Content/sites.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[ | ||
{ | ||
"name": "Neos.Test.TwoDimensions", | ||
"nodeName": "neos-test-twodimensions", | ||
"siteResourcesPackageKey": "Neos.Test.TwoDimensions", | ||
"online": true, | ||
"domains": [ | ||
{ | ||
"hostname": "twodimensions.localhost", | ||
"scheme": null, | ||
"port": 8081, | ||
"active": true, | ||
"primary": true | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters