From 221f9bc4f0795069933db1fca385a5d1f27a4ac1 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 27 Aug 2019 09:03:17 +0200 Subject: [PATCH] Add readme --- README.md | 2 -- README.rst | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 2 deletions(-) delete mode 100644 README.md create mode 100644 README.rst diff --git a/README.md b/README.md deleted file mode 100644 index 21b1b06..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# typo3-extension-workshop -Material for TYPO3 Extension workshop diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..1aa9053 --- /dev/null +++ b/README.rst @@ -0,0 +1,41 @@ +Workshop GitLab Acceptance Testing +================================== + +This repository provides material for GitLab Acceptance testing. + +Install +------- + +#. Run ``composer install`` + +#. Setup database ``own_workshopgitlabacceptance_testing`` + +#. Setup Mailhog. + +Execute +------- + + +#. Start selenium + E.g.:: + + ChromeDriver=~/Applications/chromedriver-76 java -Djava.awt.headless=true -jar ~/Applications/selenium-server-standalone-3.141.59.jar + +#. Start mailhog + +#. Start php server:: + + TYPO3_CONTEXT=Testing/Acceptance php -S 127.0.0.1:8080 -t web + +#. Execute tests:: + + ./vendor/bin/codecept run --env local + +TODO +---- + +* Add css / js for testing + +* Use docker registry for finished container with php support for mysql + +* Add db tests as examples to cest