Skip to content

Commit

Permalink
feat: revert breaking change in favour of releasing it on V2 of the p…
Browse files Browse the repository at this point in the history
…lugin
  • Loading branch information
PippoRaimondi committed Oct 26, 2023
1 parent a1173f7 commit 80b2169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const compareSnapshotCommand = defaultScreenshotOptions => {
recurseOptions = userConfig.RETRY_OPTIONS
) => {
const specName = Cypress.spec.name
const testName = `${specName.replace('.js', '').replace('.ts', '')}${/^\//.test(name) ? '' : '-'}${name}`
const testName = `${specName.replace('.js', '')}${/^\//.test(name) ? '' : '-'}${name}`

const defaultRecurseOptions = {
limit: 1,
Expand Down

0 comments on commit 80b2169

Please sign in to comment.