From 6c352094637f4908ab25b677a1ec2f78cbea170e Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Sun, 18 Feb 2024 11:23:59 +0100 Subject: [PATCH] docd(mkdocs.yml) udpate toc, rename migration --- README.md | 2 ++ docs/commands.md | 2 ++ docs/extensions.md | 2 ++ docs/migration.md | 8 ++++++++ mkdocs.yml | 12 +++++++++++- 5 files changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2cc64d87..c6771daca 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ You can use wp-browser to test WordPress sites, plugins and themes. +An easy and quick setup, with a default configuration that will work for most projects, run end-to-end tests, integration tests and unit tests all wit the same tool. + ## Requirements Depending on the nature of your project, there are different requirements it will need to satisfy before getting started. diff --git a/docs/commands.md b/docs/commands.md index 56d367b6e..e969b3674 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -332,6 +332,8 @@ extensions: Clear the monkey-patching cache. +Use the `--porcelain` or `-p` option to suppress any confirmation output. + [1]: https://wp-cli.org/ [2]: https://github.com/WordPress/wordpress-develop/tree/trunk/tests/phpunit diff --git a/docs/extensions.md b/docs/extensions.md index 9be131b48..df3b2675c 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -160,6 +160,8 @@ extensions: In your tests, you can use the annotations or attributes as you would in a PHPUnit test: ```php +