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/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 +