cypress-replay
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -29,5 +29,5 @@ "use strict"; | ||
afterEach(() => { | ||
logger.getAll().map(log => cy.log(`cypress-replay: ${log.message}`, log.context)); | ||
logger.getAll().map(log => cy.log(`cypress-replay: ${log.message}\n\n${JSON.stringify(log.context)}`)); | ||
}); | ||
} | ||
exports.default = recordRequests; |
{ | ||
"name": "cypress-replay", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "types": "lib/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14184