Skip to content

Commit 78f975f

Browse files
committed
Merge branch '9.0' into feature/3732-cr-privileges
2 parents 418ee06 + 3789152 commit 78f975f

File tree

3 files changed

+36
-8
lines changed
  • Tests/IntegrationTests
    • TestDistribution/DistributionPackages
      • Neos.Test.OneDimension/Resources/Private/Content
      • Neos.Test.TwoDimensions/Resources/Private/Content

3 files changed

+36
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"name": "Neos.Test.OneDimension",
4+
"nodeName": "neos-test-onedimension",
5+
"siteResourcesPackageKey": "Neos.Test.OneDimension",
6+
"online": true,
7+
"domains": [
8+
{
9+
"hostname": "onedimension.localhost",
10+
"scheme": null,
11+
"port": 8081,
12+
"active": true,
13+
"primary": true
14+
}
15+
]
16+
}
17+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"name": "Neos.Test.TwoDimensions",
4+
"nodeName": "neos-test-twodimensions",
5+
"siteResourcesPackageKey": "Neos.Test.TwoDimensions",
6+
"online": true,
7+
"domains": [
8+
{
9+
"hostname": "twodimensions.localhost",
10+
"scheme": null,
11+
"port": 8081,
12+
"active": true,
13+
"primary": true
14+
}
15+
]
16+
}
17+
]

Tests/IntegrationTests/e2e.sh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,10 @@ function run_tests() {
7979
cd ../../..
8080

8181
./flow cr:setup --content-repository onedimension
82-
./flow cr:import --content-repository onedimension --path ./DistributionPackages/Neos.Test.OneDimension/Resources/Private/Content
83-
# TODO: Fix when part of importer: Connect to a Neos site, todo the nodeTypeName parameter is obsolete but necessary
84-
./flow site:create neos-test-onedimension Neos.Test.OneDimension Neos.TestNodeTypes:Document.HomePage
85-
./flow domain:add neos-test-onedimension onedimension.localhost --port 8081
82+
./flow site:importall --content-repository onedimension --path ./DistributionPackages/Neos.Test.OneDimension/Resources/Private/Content
8683

8784
./flow cr:setup --content-repository twodimensions
88-
./flow cr:import --content-repository twodimensions --path ./DistributionPackages/Neos.Test.TwoDimensions/Resources/Private/Content
89-
# TODO: Fix when part of importer: Connect to a Neos site, todo the nodeTypeName parameter is obsolete but necessary
90-
./flow site:create neos-test-twodimensions Neos.Test.TwoDimensions Neos.TestNodeTypes:Document.HomePage
91-
./flow domain:add neos-test-twodimensions twodimensions.localhost --port 8081
85+
./flow site:importall --content-repository twodimensions --path ./DistributionPackages/Neos.Test.TwoDimensions/Resources/Private/Content
9286

9387
./flow resource:publish
9488

0 commit comments

Comments
 (0)