cypress-failed-log icon indicating copy to clipboard operation
cypress-failed-log copied to clipboard

Saves the Cypress test command log as a JSON file if a test fails

Results 28 cypress-failed-log issues
Sort by recently updated
recently updated
newest added

I have what is probably a silly question about cypress-failed-log, which I have installed and really like to use for troubleshooting. Is there any way to set it up so...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/bahmutov/cypress-failed-log). ## Config Migration Needed - [ ]...

Hello 👋 I'm writing on behalf of the Cypress DX team. We wanted to notify you that some changes may need to be made to this plugin to ensure that...

Add config for where the [JSON file log](https://github.com/bahmutov/cypress-failed-log#json-file) is saved. Currently it is hard-coded for `cypress/logs/` Similar to all of the config with Cypress `screenshotsFolder`, `videosFolder`, https://docs.cypress.io/guides/references/configuration.html#Folders-Files

Hello, is it possible somehow to attach the created json files to the report? did anyone do that already? thanks!

@bahmutov When running our e2e test with the cypress-failed-log plugin, whenever the test is failed for any reason, "path.basename is not a function" is displayed in the cypress runner. Using...

needs reproduction

One of our tests is hanging on the build server and never completes. It would be nice if we could enable this logging so it happens while the test is...

to the output and JSON file

Sometimes test could fail because the application crashes. It would be nice to get this exception logged as well.

With `cypress-plugin-retries` installed, `cy.screenshot` yields the error, ``` TypeError: Cannot read property 'duration' of undefined ``` I can avoid the failure by disabling `cypress-plugin-retries` or removing the invocation of `cy.screenshot`...