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

Add cypress logging functionality #692

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

nguyenbanhducA1K51
Copy link
Contributor

Pull Request Description

close #686
This add small feature to help log information such as request and response to terminal when using cypress test in headless mode . To log information, use command cy.task( "log", ) to print to terminal.


Licensing Certification

FarmData2 is a Free Cultural Work and all accepted contributions are licensed as described in the LICENSE.md file. This requires that the contributor holds the rights to do so. By submitting this pull request I certify that I satisfy the terms of the Developer Certificate of Origin for its contents.

@braughtg braughtg mentioned this pull request Dec 27, 2023
@braughtg
Copy link
Member

This works great. I'm going to merge it, but would welcome another PR to add the same logging ability to the component tests.

@braughtg braughtg merged commit 76f2d63 into DickinsonCollege:main Dec 27, 2023
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.

Add function to log cypress information to terminal when run in headless mode.
2 participants