From 5ebbafea5c4232349e4eaf471cc3ab2a09e0b79e Mon Sep 17 00:00:00 2001 From: Ivo Valchev Date: Wed, 20 Nov 2019 11:27:51 +0100 Subject: [PATCH 1/2] Updates intructions with behat E2E tests --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33162640..7e803f2c 100644 --- a/README.md +++ b/README.md @@ -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 From f0f67e6d9a3265cf3d3d71cc2813adf454ac4a8c Mon Sep 17 00:00:00 2001 From: Ivo Valchev Date: Wed, 20 Nov 2019 11:33:19 +0100 Subject: [PATCH 2/2] remove mentions of Kakunin --- README.md | 2 +- templates/pages/about.html.twig | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e803f2c..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: ``` 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 @@
  • phpspec.
  • Behat.
  • PHP Matcher.
  • -
  • Kakunin.
  • PHP Stan.
  • Easy Coding Standard.
  • Blackfire.