Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TASK: Adjust e2e pipeline for Neos 9.0 #3406

Closed
Tracked by #3546
markusguenther opened this issue Mar 6, 2023 · 1 comment
Closed
Tracked by #3546

TASK: Adjust e2e pipeline for Neos 9.0 #3406

markusguenther opened this issue Mar 6, 2023 · 1 comment

Comments

@markusguenther
Copy link
Member

Problem:

End-to-end tests are not running with Neos 9.0 because the content needs to be migrated to the new content repository first. The Neos 9.0 README contains instructions for migrating the Neos.Demo, but these need to be adapted.
The switch of the site packages also needs to be adjusted

Solution Idea:

Adapt the setup to the required steps of the Neos 9.0 branch documentation.
It may also be possible to utilize the new feature of multiple content repositories by creating one site for a dimension and a second site for the multiple dimensions. If we don't handle it this way, the end-to-end tests to need to be adapted to use the new importing when switching between different site packages for 1-dimensional tests and multidimensional tests.

But guess would be nice to use the new 9.0 feature and also add an extra test to switch sites then :)

Neos: 9.0

@mhsdesign
Copy link
Member

your wish came true

It may also be possible to utilize the new feature of multiple content repositories by creating one site for a dimension and a second site for the multiple dimensions.

good idea. Everything implemented and merged with #3569 ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants