File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 * typo3temp. Own acceptance test suites should extend from this class
3333 * and change the properties. This can be used to not copy the whole
3434 * bootstrapTypo3Environment() method but reuse it instead.
35+ *
36+ * @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
37+ * The testing-framework codeception related scaffolding files and
38+ * helpers will be removed with testing-framework v10.
3539 */
3640abstract class BackendEnvironment extends Extension
3741{
Original file line number Diff line number Diff line change 2828 * | |
2929 * | [no] [maybe] [yeah] |
3030 * --------------------------------
31+ *
32+ * @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
33+ * The testing-framework codeception related scaffolding files and
34+ * helpers will be removed with testing-framework v10.
3135 */
3236abstract class AbstractModalDialog
3337{
Original file line number Diff line number Diff line change 2121
2222/**
2323 * Helper class to interact with the page tree
24+ *
25+ * @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
26+ * The testing-framework codeception related scaffolding files and
27+ * helpers will be removed with testing-framework v10.
2428 */
2529abstract class AbstractPageTree
2630{
Original file line number Diff line number Diff line change 2323
2424/**
2525 * Helper class to verify javascript browser console does not throw errors.
26+ *
27+ * @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
28+ * The testing-framework codeception related scaffolding files and
29+ * helpers will be removed with testing-framework v10.
2630 */
2731class Acceptance extends Module
2832{
Original file line number Diff line number Diff line change 2626
2727/**
2828 * Helper class to log in backend users and load backend.
29+ *
30+ * @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
31+ * The testing-framework codeception related scaffolding files and
32+ * helpers will be removed with testing-framework v10.
2933 */
3034class Login extends Module
3135{
Original file line number Diff line number Diff line change 1919
2020/**
2121 * Helper to interact with the Topbar
22+ *
23+ * @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
24+ * The testing-framework codeception related scaffolding files and
25+ * helpers will be removed with testing-framework v10.
2226 */
2327class Topbar
2428{
Original file line number Diff line number Diff line change 2424/**
2525 * Trait for AcceptanceTester ("$I") extending testing class
2626 * with helper methods for the backend.
27+ *
28+ * @deprecated: TYPO3 core v14 and v15 switched from codeception to playwright.
29+ * The testing-framework codeception related scaffolding files and
30+ * helpers will be removed with testing-framework v10.
2731 */
2832trait FrameSteps
2933{
You can’t perform that action at this time.
0 commit comments