Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented cypress with cypress-testify-plugin. #89

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

LennardTestify
Copy link

No description provided.


export default defineConfig({
e2e: {
baseUrl: 'https://testify.team'
Copy link
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

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.

Copy link

@rogoit rogoit left a comment

Choose a reason for hiding this comment

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

Thx for your passion.


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

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.

viewportWidth: 1200,
retries: {
runMode: 3
}
Copy link

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 ;)

"devDependencies": {
"cypress": "^12.5.1",
"cypress-axe": "^1.4.0",
"cypress-ncatestify-plugin": "^2.0.26"
Copy link

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