We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e6bfe commit 9bd595cCopy full SHA for 9bd595c
features/server.feature
@@ -30,8 +30,9 @@ Feature: Serve WordPress locally
30
Given a WP install
31
And I launch in the background `wp server --host=localhost --port=8183`
32
And I run `wp option update permalink_structure '/%postname%/'`
33
+ And I run `wp rewrite flush`
34
- When I run `curl -sS http://localhost:8183/?p=1`
35
+ When I run `curl -sSL http://localhost:8183/hello-world/`
36
Then STDOUT should contain:
37
"""
38
Hello world!
0 commit comments