-
Notifications
You must be signed in to change notification settings - Fork 1
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
Updated setup instructions #1
base: main
Are you sure you want to change the base?
Conversation
Don't assert url as this uses umami, so won't be node/1.
cd pwtest | ||
ddev config --project-type drupal10 | ||
ddev get deviantintegral/ddev-playwright | ||
ddev config --project-type=drupal --php-version=8.3 --docroot=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.
I wonder if we should omit the PHP version, so we don't have to change this as time goes on.
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.
If people have a recent ddev version should be ok omitting it.
ddev start | ||
ddev composer create drupal/recommended-project:^10 |
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.
And if we drop ^10
it will just use the latest stable?
await expect(page.url()).toMatch('node/1') | ||
|
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.
Was this failing?
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 think I was testing this with umami.
Updated setup instructions.
Changed install process according to https://ddev.readthedocs.io/en/stable/users/quickstart/#drupal (this makes composer not required on the host)