PHPackages                             pstephan1187/laravel-jtest - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. pstephan1187/laravel-jtest

AbandonedLibrary[Testing &amp; Quality](/categories/testing)

pstephan1187/laravel-jtest
==========================

Allows testing of Javascript enabled pages via Selenium.

0.3.4(9y ago)1163MITPHP

Since Nov 14Pushed 9y ago1 watchersCompare

[ Source](https://github.com/pstephan1187/laravel-jtest)[ Packagist](https://packagist.org/packages/pstephan1187/laravel-jtest)[ RSS](/packages/pstephan1187-laravel-jtest/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (15)Used By (0)

Laravel JTest is a package for running automated browser tests again a Laravel based application. It was specifically designed to be able to test Javascript enabled code.

Installation
------------

[](#installation)

```
composer require pstephan1187/laravel-jtest

```

Then in your PHPUnit tests, extend the `JTest\JTestCase` class and set the `baseUrl` property to your application url:

```
