Skip to content

Releases: TYPO3/testing-framework

SqlServer/MSSQL compatibility

23 Mar 16:26
Compare
Choose a tag to compare
[BUGFIX] Include all tables for data insertion

This commit doesn't exclude tables without TCA anymore for data insertion.
This fixes an issue with mssql where inserting values into an identity
column fails due to missing TCA.

Resolves: #127

[FEATURE] Add possibility to define TypoScript constants

17 Sep 14:27
32f7d2e
Compare
Choose a tag to compare
[FEATURE] Add possibility to define TypoScript constants (#100)

* [FEATURE] Add possibility to define TypoScript constants

* [TASK] Use property `setup` instead of `typoScript`

[BUGFIX] Define sorting order for pages.xml fixture

30 Aug 19:47
Compare
Choose a tag to compare
4.8.1

[BUGFIX] Define sorting order for pages.xml fixture

[FEATURE] Follow redirects in frontend tests

30 Aug 11:36
Compare
Choose a tag to compare
4.8.0

[FEATURE] Follow redirects in frontend tests

[BUGFIX] Export database binding types in snapshots

30 Aug 07:19
Compare
Choose a tag to compare
4.7.2

[BUGFIX] Export database binding types in snapshots

[BUGFIX] Instance path handling & serialization

29 Aug 13:59
Compare
Choose a tag to compare
  • aac9e26 [TASK] Enhance serialization processing
  • 066a8f0 [BUGFIX] Use correct method for building instance path

[FEATURE] Add database snapshot handling

29 Aug 12:21
Compare
Choose a tag to compare
  • 4d8c136 [FEATURE] Add database snapshot handling
  • 6ea8b25 [TASK] Streamline ConnectionPool instantiation
  • ab60a47 [TASK] Add possibility to resolve path statically

4.6.1: [BUGFIX] Fallback to internal exception in case it cannot be created

23 Aug 10:36
Compare
Choose a tag to compare
e.g. Doctrine\DBAL\Exception\DriverException cannot be reconstituted
with just message and code, but requires additional context.

Refactor functional test scenario import

22 Aug 09:31
Compare
Choose a tag to compare
  • 5ff5124 [!!!][TASK] Refactor functional test scenario import

InternalRequest instructions

20 Aug 14:36
Compare
Choose a tag to compare
  • 312f39a [FEATURE] Add possibility to assign instructions to InternalRequest
  • bb21d12 [FEATURE] Add possibility to use moint point in InternalRequest
  • 5228876 [BUGFIX] Use writable stream for InternalRequest::$body