Skip to content

Releases: TYPO3/testing-framework

[RELEASE] Add possibility to define allowed browser console errors

07 Sep 23:39

Choose a tag to compare

[TASK] Add possibility to define allowed browser console errors

Allowed console errors are only valid for one test execution.
Thus, these exceptions need to be declared for every test case.

```
use TYPO3\TestingFramework\Core\Acceptance\Helper\Acceptance;

class SomeCest
{
    public function someTest(Scenario $scenario)
    {
        $acceptance = $scenario->current('modules')['\\' . Acceptance::class] ?? null;
        $acceptnance->allowBrowserError('/Found invalid token [[:digit:]]{40}/i');
        ...
```

[RELEASE] Bugfix release for workspace versions in Yaml Scenarios

03 Sep 09:23

Choose a tag to compare

4.15.1

[BUGFIX] Consider negative new records in workspace datahandler tests

[RELEASE] Add EXT:fluid as dependency for all functional tests

13 Aug 09:48
8ddaba4

Choose a tag to compare

Merge pull request #191 from TYPO3/bugfix/load_fluid_in_functionals

[BUGFIX] Load ext:fluid for all functional tests

[RELEASE] Added site-setups for Codeception / Acceptance tests

11 Aug 16:32
a91870c

Choose a tag to compare

This release brings a few bugfixes and a new Site-Based Test for Acceptance tests.

[RELEASE] Add flexibility to avoid site title

04 Aug 10:45
3a057fc

Choose a tag to compare

Merge pull request #186 from TYPO3/task/use_session_snapshots

[TASK] Use session snapshots to speed up tests with BE login

[RELEASE] Use native request object in Fluid Extbase requests

29 May 18:24
511ccae

Choose a tag to compare

Merge pull request #183 from TYPO3/extbase-web-request

[BUGFIX] Use Mvc Request instead of WebRequest in Fluid tests

[RELEASE] Cleanup release

28 May 15:05
66973fd

Choose a tag to compare

6.3.1

Update README.md

[RELEASE] Add support for TYPO3 v11

25 May 18:30
4e7339f

Choose a tag to compare

Merge pull request #180 from TYPO3/pr/v11-basic-support

[FEATURE] Add support for TYPO3 v11-dev

[RELEASE] Add container instance to work in tests

12 May 15:03
7b920e0

Choose a tag to compare

Merge pull request #179 from bnf/functionals-getContainer

[TASK] Provide container instance in functional tests

[RELEASE] Ensure login module is completely loaded

02 May 12:51
970fb83

Choose a tag to compare

6.2.4

[TASK] Ensure login module is completely loaded and processed