Skip to content

Implemented cypress with cypress-testify-plugin. - #89

Open
LennardTestify wants to merge 2 commits into
TYPO3-Headless:masterfrom
LennardTestify:feature/cypress-testify
Open

Implemented cypress with cypress-testify-plugin.#89
LennardTestify wants to merge 2 commits into
TYPO3-Headless:masterfrom
LennardTestify:feature/cypress-testify

Conversation

@LennardTestify

Copy link
Copy Markdown

No description provided.

Comment thread cypress.config.ts

export default defineConfig({
e2e: {
baseUrl: 'https://testify.team'

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be set to ddev domain, right?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, @LennardTestify please check the Readme file in root folder for the info.

@rogoit rogoit left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx for your passion.

Comment thread cypress.config.ts

export default defineConfig({
e2e: {
baseUrl: 'https://testify.team'

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, @LennardTestify please check the Readme file in root folder for the info.

Comment thread cypress.config.ts
viewportWidth: 1200,
retries: {
runMode: 3
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add this 2 lines

viewportWidth: 1200,
experimentalMemoryManagement: true

Viewport default setting will make mors stability for different test systems and momory management should have power ;)

Comment thread package.json
"devDependencies": {
"cypress": "^12.5.1",
"cypress-axe": "^1.4.0",
"cypress-ncatestify-plugin": "^2.0.26"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.0.28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants