File tree Expand file tree Collapse file tree 3 files changed +36
-8
lines changed
TestDistribution/DistributionPackages
Neos.Test.OneDimension/Resources/Private/Content
Neos.Test.TwoDimensions/Resources/Private/Content Expand file tree Collapse file tree 3 files changed +36
-8
lines changed Original file line number Diff line number Diff line change
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 number Diff line number Diff line change
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
+ ]
Original file line number Diff line number Diff line change @@ -79,16 +79,10 @@ function run_tests() {
79
79
cd ../../..
80
80
81
81
./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
86
83
87
84
./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
92
86
93
87
./flow resource:publish
94
88
You can’t perform that action at this time.
0 commit comments