oliverklee/selenium-demo

This package is abandoned and no longer maintained. No replacement package was suggested.

This is a short example for Selenium with PHPUnit used at Oliver Klee's workshops.

dev-master 2018-10-20 13:11 UTC

This package is auto-updated.

Last update: 2021-08-20 19:36:29 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

This is a short demo for Selenium with PHPUnit used at Oliver Klee's workshops.

Installation

Run composer install to install the required Composer packages.

About me (Oliver Klee)

I am the maintainer of the PHPUnit TYPO3 extension, which is available in the TYPO3 extension repository (TER).

You can book me for workshops at your company.

I also frequently give workshops at the TYPO3 Developer Days.

More Documentation

Other example projects

  • Anagram finder is the finished result of a code kata for TDD
  • Tea example for unit tests for extbase extensions for TYPO3 CMS
  • Coffee example is my starting point for demonstrating TDD
  • TDD Seed for starting PHPUnit projects with Composer (without TYPO3 CMS)