diff --git a/README.md b/README.md index 33162640..1b7cf9a3 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Bolt uses several testing frameworks for [different test layers][fowler]: - unit: PHPSpec, PHPUnit, Jest - integration (of Symfony services): PHPUnit with KernelTestCase - functional (API Contracts): Behat -- acceptance (UI, end-to-end): Kakunin +- acceptance (UI, end-to-end): Behat/Mink To run PHP unit tests: ``` @@ -150,8 +150,9 @@ make test ``` To run E2E tests: +- Follow the Behat tests [installation guide](tests/behat/README.md), then: ``` -make e2e +make behat-js ``` Fixing IDE issues diff --git a/templates/pages/about.html.twig b/templates/pages/about.html.twig index d4875890..2c029724 100644 --- a/templates/pages/about.html.twig +++ b/templates/pages/about.html.twig @@ -74,7 +74,6 @@