-
Notifications
You must be signed in to change notification settings - Fork 300
NEXT-25207 - Remove development psh commands reference and use composer scripts instead #848
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
Conversation
| To use Shopware E2E tests, at first you need to have a Shopware 6 installation running. Making sure, that your tests are reliable, you should have a clean installation. Cleanup means no categories, no products, no settings, nothing! | ||
|
|
||
| The easiest way to clean up your installation is the initialization. Using the command `./psh.phar init` Shopware 6 gets initialized clean and without demo data. Installation of E2E dependencies can be accomplished separately by running `npm install` in the E2E folder you're using, e.g. for Shopware Administration it's `src/Administration/Resources/app/administration/test/e2e`. | ||
| The easiest way to clean up your installation is the initialization. Using the command `composer run init` Shopware 6 gets initialized clean and without demo data. Installation of E2E dependencies can be accomplished separately by running `npm install` in the E2E folder you're using, e.g. for Shopware Administration it's `src/Administration/Resources/app/administration/test/e2e`. |
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.
I'm not sure with all the docker mentioned, what to execute outside or inside and if it is even needed anymore cc @leichteckig can you please check that?
| @@ -1,216 +0,0 @@ | |||
| # App development with docker | |||
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.
removed it as we don't support that anymore without the dev template
08a7dff to
9398eaf
Compare
9398eaf to
2bf3db2
Compare
No description provided.