PHPackages                             r3h6/typo3-browserkit-testing - 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. r3h6/typo3-browserkit-testing

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

r3h6/typo3-browserkit-testing
=============================

BrowserKit testing for TYPO3

0.6.4-alpha(2mo ago)07.1k↓50%MITPHPPHP &gt;=8.2

Since Mar 4Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/r3h6/typo3-browserkit-testing)[ Packagist](https://packagist.org/packages/r3h6/typo3-browserkit-testing)[ RSS](/packages/r3h6-typo3-browserkit-testing/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (38)Versions (20)Used By (0)

TYPO3 BrowserKit Testing
========================

[](#typo3-browserkit-testing)

Brings [Symfony's BrowserKit Component](https://github.com/symfony/browser-kit) to [TYPO3 Testing Framework](https://github.com/TYPO3/testing-framework).

Example
-------

[](#example)

```
class MyTestCase extends BrowserKitTestCase
{
    public function testExample()
    {
        $client = self::getClient($this);
        $crawler = $client->request('GET', '/');
        self::assertSelectorExists('.example');
    }
}
```

See also [tests/Functional/DomCrawlerAssertionsTest.php](tests/Functional/DomCrawlerAssertionsTest.php)

Assertions
----------

[](#assertions)

You can find details on [Symfony's Testing Documentation](https://symfony.com/doc/current/testing.html#testing-the-response-assertions).

❌ Response Assertions
❌ Request Assertions
❌ Browser Assertions
✅ Crawler Assertions
✅ Mailer Assertions

Known problems
--------------

[](#known-problems)

- File upload not (yet) implemented

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance85

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88% 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 ~85 days

Recently: every ~0 days

Total

18

Last Release

79d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/16a90ecca50b4d985e1d1b3a051dba9159a0602bc61605a222935257331325d5?d=identicon)[r3h6](/maintainers/r3h6)

---

Top Contributors

[![r3h6](https://avatars.githubusercontent.com/u/4550541?v=4)](https://github.com/r3h6 "r3h6 (22 commits)")[![r3h6i](https://avatars.githubusercontent.com/u/171346872?v=4)](https://github.com/r3h6i "r3h6i (3 commits)")

### Embed Badge

![Health badge](/badges/r3h6-typo3-browserkit-testing/health.svg)

```
[![Health](https://phpackages.com/badges/r3h6-typo3-browserkit-testing/health.svg)](https://phpackages.com/packages/r3h6-typo3-browserkit-testing)
```

###  Alternatives

[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2021.0M277](/packages/drupal-core-dev)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[orchestra/workbench

Workbench Companion for Laravel Packages Development

8217.0M43](/packages/orchestra-workbench)

PHPackages © 2026

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