Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Classes/Core/Acceptance/Extension/BackendEnvironment.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
* typo3temp. Own acceptance test suites should extend from this class
* and change the properties. This can be used to not copy the whole
* bootstrapTypo3Environment() method but reuse it instead.
*
* @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
* The testing-framework codeception related scaffolding files and
* helpers will be removed with testing-framework v10.
*/
abstract class BackendEnvironment extends Extension
{
Expand Down
4 changes: 4 additions & 0 deletions Classes/Core/Acceptance/Helper/AbstractModalDialog.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
* | |
* | [no] [maybe] [yeah] |
* --------------------------------
*
* @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
* The testing-framework codeception related scaffolding files and
* helpers will be removed with testing-framework v10.
*/
abstract class AbstractModalDialog
{
Expand Down
4 changes: 4 additions & 0 deletions Classes/Core/Acceptance/Helper/AbstractPageTree.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@

/**
* Helper class to interact with the page tree
*
* @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
* The testing-framework codeception related scaffolding files and
* helpers will be removed with testing-framework v10.
*/
abstract class AbstractPageTree
{
Expand Down
4 changes: 4 additions & 0 deletions Classes/Core/Acceptance/Helper/Acceptance.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@

/**
* Helper class to verify javascript browser console does not throw errors.
*
* @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
* The testing-framework codeception related scaffolding files and
* helpers will be removed with testing-framework v10.
*/
class Acceptance extends Module
{
Expand Down
4 changes: 4 additions & 0 deletions Classes/Core/Acceptance/Helper/Login.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@

/**
* Helper class to log in backend users and load backend.
*
* @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
* The testing-framework codeception related scaffolding files and
* helpers will be removed with testing-framework v10.
*/
class Login extends Module
{
Expand Down
4 changes: 4 additions & 0 deletions Classes/Core/Acceptance/Helper/Topbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@

/**
* Helper to interact with the Topbar
*
* @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
* The testing-framework codeception related scaffolding files and
* helpers will be removed with testing-framework v10.
*/
class Topbar
{
Expand Down
4 changes: 4 additions & 0 deletions Classes/Core/Acceptance/Step/FrameSteps.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
/**
* Trait for AcceptanceTester ("$I") extending testing class
* with helper methods for the backend.
*
* @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
* The testing-framework codeception related scaffolding files and
* helpers will be removed with testing-framework v10.
*/
trait FrameSteps
{
Expand Down