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

Consider adding site setups to the testing framework #469

Open
benjaminkott opened this issue May 12, 2023 · 0 comments
Open

Consider adding site setups to the testing framework #469

benjaminkott opened this issue May 12, 2023 · 0 comments

Comments

@benjaminkott
Copy link
Member

benjaminkott commented May 12, 2023

Does your feature request relate to a problem?

When testing extensions, setting up the site to run simple functional tests
for view helpers that require some TypoScript to be loaded is more than a
challenge. I am frustrated because the core does not expose the SiteBasedTestTrait
to extension authors through the testing framework. It would ease the pain
and avoid copying this trait from extension to extension.

Use cases

  • Simple integrated end-to-end testing components of your extension
  • Simple functional tests of extension components that require a setup site to be present
    Example: ViewHelpers with defaults configured in TypoScript settings per site

Describe the solution you would like

As an extension author, I need a way, to create a site in a functional/-acceptance testing context
for all TYPO3 versions that require a site config TYPO3 v11/12 LTS.

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

No branches or pull requests

1 participant