-
Notifications
You must be signed in to change notification settings - Fork 23
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
base: master
Are you sure you want to change the base?
Implemented cypress with cypress-testify-plugin. #89
Conversation
|
||
export default defineConfig({ | ||
e2e: { | ||
baseUrl: 'https://testify.team' |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this 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' |
There was a problem hiding this comment.
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 | ||
} |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.0.28
No description provided.