PHPackages                             konsulting/dusk-standalone - 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. konsulting/dusk-standalone

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

konsulting/dusk-standalone
==========================

Standalone dusk testing, ideal for legacy projects, or remote testing.

7.0.0(3y ago)2046.6k4[1 issues](https://github.com/konsulting/dusk-standalone/issues)MITPHPPHP &gt;=7.2CI failing

Since Jan 30Pushed 3y ago3 watchersCompare

[ Source](https://github.com/konsulting/dusk-standalone)[ Packagist](https://packagist.org/packages/konsulting/dusk-standalone)[ RSS](/packages/konsulting-dusk-standalone/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (4)Versions (23)Used By (0)

Dusk Standalone
===============

[](#dusk-standalone)

A simple package to use [Laravel Dusk](https://github.com/laravel/dusk) with [PHPUnit](https://phpunit.de) outside of a [Laravel](https://laravel.com) application for browser testing.

The package was put together to allow local and remote testing of legacy applications which do not have similar testing frameworks available. There are other options for doing so, but we like the API for Dusk.

Perhaps not everything will work as expected, since we're not integrated to Laravel. It's early days for this package, so it's open to improvement.

We also assist with another package, designed for using Laravel Dusk to test Laravel Packages, [Orchestra Testbench-Dusk](https://github.com/orchestral/testbench-dusk).

[![Build Status](https://camo.githubusercontent.com/4d54dc70dce9f8fa60e7a6f5564406fd848739fabf30a0d5e2d344eb70be6e5a/68747470733a2f2f7472617669732d63692e6f72672f6b6f6e73756c74696e672f6475736b2d7374616e64616c6f6e652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/konsulting/dusk-standalone)[![Latest Stable Version](https://camo.githubusercontent.com/4f8060460c01a603addebc66cd9164bc09cb0dddccf2f3d84e02d038ab7bdcf2/68747470733a2f2f706f7365722e707567782e6f72672f6b6f6e73756c74696e672f6475736b2d7374616e64616c6f6e652f762f737461626c65)](https://packagist.org/packages/konsulting/dusk-standalone)[![Total Downloads](https://camo.githubusercontent.com/ef5756d8712073b21672c47c978fc91e3edb971ea25f17662f7cf112e728fc2a/68747470733a2f2f706f7365722e707567782e6f72672f6b6f6e73756c74696e672f6475736b2d7374616e64616c6f6e652f646f776e6c6f616473)](https://packagist.org/packages/konsulting/dusk-standalone)[![Latest Unstable Version](https://camo.githubusercontent.com/a6f67d36c2e97daf2c5fe5a2cda05e3d1d001d2c6d4743239822d1465b46b92a/68747470733a2f2f706f7365722e707567782e6f72672f6b6f6e73756c74696e672f6475736b2d7374616e64616c6f6e652f762f756e737461626c65)](https://packagist.org/packages/konsulting/dusk-standalone)[![License](https://camo.githubusercontent.com/b7ca96ef03751df6653d5a3cf8ead4f78f31d176fae2c4e3a248eaa6d332c7a1/68747470733a2f2f706f7365722e707567782e6f72672f6b6f6e73756c74696e672f6475736b2d7374616e64616c6f6e652f6c6963656e7365)](https://packagist.org/packages/konsulting/dusk-standalone)[![StyleCI](https://camo.githubusercontent.com/e17a08dd92bfa5ebf2d9199d61ecc85f247a08edae2837d8ee9e333e1d714064/68747470733a2f2f7374796c6563692e696f2f7265706f732f3131393535333435372f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/119553457)

Version Compatibility
---------------------

[](#version-compatibility)

The versioning for this package aligns with major releases of Dusk.

Dusk Dusk Standalone1.x1.x2.x2.x3.x3.x4.x4.x5.x5.x6.x6.x7.x7.xInstallation
------------

[](#installation)

We recommend using composer.

`composer require konsulting/dusk-standalone`

Usage
-----

[](#usage)

We tend to put our Browser tests in `tests/Browser`. Create a new base testcase that extends the `Konsulting\DuskStandalone\TestCase`.

This will allow you to add any customisations you want in your Dusk tests.

```
