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

Updated setup instructions #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

penyaskito
Copy link
Member

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)

cd pwtest
ddev config --project-type drupal10
ddev get deviantintegral/ddev-playwright
ddev config --project-type=drupal --php-version=8.3 --docroot=web
Copy link
Member

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.

Copy link
Member Author

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
Copy link
Member

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?

Comment on lines -199 to -200
await expect(page.url()).toMatch('node/1')

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this failing?

Copy link
Member Author

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.

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

Successfully merging this pull request may close these issues.

2 participants