Skip to content

Commit

Permalink
Merge pull request #38 from chromaui/steven/fresh-chromatic-directory…
Browse files Browse the repository at this point in the history
…-cypress

Put Cypress archives in temp directory
  • Loading branch information
skitterm authored Nov 20, 2023
2 parents 53ad89c + fe259ab commit a34f1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cypress-api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ const doArchive = async ({
await writeTestResult(
{
title: testTitle,
// doesn't matter what value we put here, as long as it's a subdirectory of where we want this to actually go
// this will store it at ./cypress/downloads (the last directory doesn't matter)
// TODO: change so we don't have to do this trickery
outputDir: './some',
outputDir: './cypress/downloads/some',
pageUrl,
},
allSnapshots,
Expand Down

0 comments on commit a34f1fa

Please sign in to comment.