-
Notifications
You must be signed in to change notification settings - Fork 11
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
[FEATURE] Add command 'make:testing:acceptance' #28
base: main
Are you sure you want to change the base?
Conversation
596603b
to
55e2ed8
Compare
55e2ed8
to
18b0993
Compare
3314386
to
1d9a779
Compare
Downloads runTests.sh and docker-compose.yml, modify for the selected extensions and put it into Build folder.
The command 'make:acceptance' has been added to create basic files and config to run acceptance tests.
The lint task not ignores files in "Resources/Private/CodeTemplates/"
1d9a779
to
3b651e4
Compare
a89b3fb
to
86abbe7
Compare
both are merged now |
'extra' => [ | ||
'typo3/cms' => [ | ||
'app-dir' => '.Build', | ||
'web-dir' => '.Build/Web', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use public
here as Web
dates back to TYPO3 Flow times and should not be used in TYPO3 world.
paths: | ||
tests: Acceptance | ||
data: . | ||
log: ../.Build/Web/typo3temp/var/tests/AcceptanceReports |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use public
], | ||
'xmlDatabaseFixtures' => [ | ||
'PACKAGE:typo3/testing-framework/Resources/Core/Acceptance/Fixtures/be_users.xml', | ||
'PACKAGE:../Web/typo3conf/ext/{{EXTENSION_KEY}}/Tests/Acceptance/Fixtures/pages.xml', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use public
The command 'make:testing:acceptance' has been added
to create basic files and config to run
acceptance tests.