2017 © Pedro Peláez
 

project symfony-selenium

A simple skeleton as a base for selenium tested symfony 4 apps.

image

thetodd/symfony-selenium

A simple skeleton as a base for selenium tested symfony 4 apps.

  • Thursday, February 22, 2018
  • by thetodd
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Symfony 4 skeleton with selenium testing

This is a skeleton for the Symfony 4 framework which can be tested by selenium und php-webdriver., (*1)

Create a project from skeleton

composer create-project thetodd/symfony-selenium myappname

Test the app

cd myappname
docker-compose up -d
docker-compose exec webapp /var/www/app/bin/phpunit -c /var/www/app/phpunit.xml.dist

The tests are under the tests directory. For functional testing with selenium use App\Tests\Functional\FunctionalTestcase as base php class., (*2)

Running the app

If you run docker-compose the app will automatically be available in your browser at http://localhost/., (*3)

The Versions