-
Notifications
You must be signed in to change notification settings - Fork 25
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 proper logging #53
Labels
Comments
NoriSte
added a commit
that referenced
this issue
Oct 30, 2019
The official documentation suggests to customize the use of Cypress.log https://docs.cypress.io/api/cypress-api/cypress-log.html#Syntax Closes: #53
@seeu1 I've just released it, let me know it if works for you 😊 |
@NoriSte Love it 🥇 just 3 little things:
|
Hi @seeu1
Please, take a look at the latest changes, if you like them I'll release it on NPM 😉 |
@NoriSte Amazing! Thank you so much |
🎉 This issue has been resolved in version 1.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Today I ran a test using the waitUntil and it works perfectly, but logs a lot of ugly wait 200.
My idea (and I saw a lot of other plugins use it) is name the command to waitUntil and add an option for description (right side of the command).
in code:
cy.waitUntil(() => something(), { description: "short description near command name" })
if a description was not supplied, just leave this part empty (no text).
For example:
before this change:
After this change:
The text was updated successfully, but these errors were encountered: