Skip to content

TASK: Dev experience fail if e2e tests are executed without build-e2e-testing #3540

Description

@mhsdesign

as described here, we need to use keepNames so that react magic selectors can work.

This is done only if the build is made for e2e testing, as this safes us 100Mb in the bundle:

keepNames: isE2ETesting, // for react magic selectors,

So without this options the e2e tests will fail locally.

So we should definitely document this more prominent and also check inside our end to end tests if this option was set to guard against unnecessary debugging and headaches ^^

Neos 8.2 and up affected

TODO

  • Also it would be nice to fail when the user interface language is not correct :)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions