Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 466 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 466 Bytes

PHPUnit with Selenium WebDriver for Laravel App

PHPUnitからSelenium Serverを通してFirefoxを起動しLaravelアプリケーションをブラウザテストをするサンプルです。

Usage

$ vagrant up

$ vagrant ssh

$ cd /vagrant/src/

$ vendor/bin/phpunit
  • src/tests/以下にあるテストが実行されます。
  • src/tests/screenshotにテスト中に取得されるスクリーンショットが保存されます。