PHPackages                             appstract/laravel-dusk-opera - 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. appstract/laravel-dusk-opera

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

appstract/laravel-dusk-opera
============================

Run Dusk tests in Opera

2.0.0(7y ago)93.6k1MITPHPPHP &gt;=5.6CI failing

Since Jul 4Pushed 6y ago4 watchersCompare

[ Source](https://github.com/appstract/laravel-dusk-opera)[ Packagist](https://packagist.org/packages/appstract/laravel-dusk-opera)[ Docs](https://github.com/appstract/laravel-dusk-opera)[ RSS](/packages/appstract-laravel-dusk-opera/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (4)Used By (0)

Run Dusk tests in Opera
=======================

[](#run-dusk-tests-in-opera)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f616d1db16529912028c296f8d3506ab83b476ae3ee881ea85489a1c57c0f6a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6170707374726163742f6c61726176656c2d6475736b2d6f706572612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/appstract/laravel-dusk-opera)[![Total Downloads](https://camo.githubusercontent.com/905aaa7f8ed55cf740dd25cf1f0e5155b836e1a1dc79520bcd7a203e3930e7c8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6170707374726163742f6c61726176656c2d6475736b2d6f706572612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/appstract/laravel-dusk-opera)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/1c2198932f71030d40cc850748ee8151b06208ebb335062fb68e24f4ca3690af/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6170707374726163742f6c61726176656c2d6475736b2d6f706572612f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/appstract/laravel-dusk-opera)

This package allows you to use Opera Webdriver in Dusk, so you don't need Selenium to run Dusk tests in Opera.

This requires a recent version of Opera.

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

[](#installation)

You can install the package via composer:

```
composer require appstract/laravel-dusk-opera
```

Usage
-----

[](#usage)

Add the `SupportsOpera` trait to your DuskTestCase:

```
use Appstract\DuskDrivers\Opera\SupportsOpera;

abstract class DuskTestCase extends BaseTestCase
{
    use CreatesApplication, SupportsOpera;
}
```

Now you can start the server in the `prepare` method:

```
public static function prepare()
{
    static::startOperaDriver();
}
```

Instruct Dusk to use Opera by changing `DesiredCapabilities::chrome()`to `DesiredCapabilities::opera()` in the Driver method:

```
protected function driver()
{
    return RemoteWebDriver::create(
        'http://localhost:9515', DesiredCapabilities::opera()
    );
}
```

Contributing
------------

[](#contributing)

Contributions are welcome, [thanks to y'all](https://github.com/appstract/laravel-blade-directives/graphs/contributors) :)

About Appstract
---------------

[](#about-appstract)

Appstract is a small team from The Netherlands. We create (open source) tools for webdevelopment and write about related subjects on [Medium](https://medium.com/appstract). You can [follow us on Twitter](https://twitter.com/teamappstract), [buy us a beer](https://www.paypal.me/teamappstract/10) or [support us on Patreon](https://www.patreon.com/appstract).

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 60% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~235 days

Total

3

Last Release

2764d ago

Major Versions

0.1.0 → 1.0.02018-01-22

1.0.0 → 2.0.02018-10-17

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1470623?v=4)[Gijs Jorissen](/maintainers/gizburdt)[@gizburdt](https://github.com/gizburdt)

![](https://www.gravatar.com/avatar/71a9f89ebcd27b8fa560a655377735c8451b2e769b485f7dc9d402a570969350?d=identicon)[Rokr](/maintainers/Rokr)

![](https://www.gravatar.com/avatar/023991fc7edab6ccd9f12aa35fcf31ca4db494bae93f7da0d2310e054aecf6e3?d=identicon)[ovanschie](/maintainers/ovanschie)

![](https://www.gravatar.com/avatar/d125b357e7b9a4d06e4908c58b3859ded2f32f1529466951291c8d5bff48b9be?d=identicon)[teuunn](/maintainers/teuunn)

---

Top Contributors

[![gizburdt](https://avatars.githubusercontent.com/u/1470623?v=4)](https://github.com/gizburdt "gizburdt (6 commits)")[![ovanschie](https://avatars.githubusercontent.com/u/3015449?v=4)](https://github.com/ovanschie "ovanschie (3 commits)")[![gabrielpeixoto](https://avatars.githubusercontent.com/u/3699061?v=4)](https://github.com/gabrielpeixoto "gabrielpeixoto (1 commits)")

---

Tags

laravel-dusklaravel-packagelarveloperatestinglaravelappstractduskOpera

### Embed Badge

![Health badge](/badges/appstract-laravel-dusk-opera/health.svg)

```
[![Health](https://phpackages.com/badges/appstract-laravel-dusk-opera/health.svg)](https://phpackages.com/packages/appstract-laravel-dusk-opera)
```

###  Alternatives

[appstract/laravel-dusk-safari

Run Dusk tests on Safari

117.2k](/packages/appstract-laravel-dusk-safari)[code-distortion/adapt

A Laravel package that builds databases for your tests, improving their speed.

2835.5k](/packages/code-distortion-adapt)[davestewart/sketchpad

An innovative front-end environment for interactive Laravel development

29512.9k1](/packages/davestewart-sketchpad)[srlabs/laravel-testing-utilities

Helper utilities for testing Laravel Applications

1011.9k](/packages/srlabs-laravel-testing-utilities)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
