Skip to content
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

Do not archive top level page requests #19

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

tevanoff
Copy link
Contributor

@tevanoff tevanoff commented Sep 12, 2023

Fixes #14

What Changed

This stops the archiving of the top-level page request that's initiated via page.goto('/some/path'). The response of this page is not needed and saving it can cause some file path conflicts as described in the issue above.

How to test

Run this against the sample repository in #14

Change Type

  • maintenance
  • documentation
  • patch
  • minor
  • major
📦 Published PR as canary version: 0.0.22--canary.19.774e9fe.0

✨ Test out this PR locally via:

npm install @chromaui/test-archiver@0.0.22--canary.19.774e9fe.0
# or 
yarn add @chromaui/test-archiver@0.0.22--canary.19.774e9fe.0

@chromaui chromaui deleted a comment from linear bot Sep 12, 2023
@tevanoff tevanoff changed the title Do not archive top level page request Do not archive top level page requests Sep 12, 2023
@tevanoff tevanoff force-pushed the todd/ap-3628-eisdir-illegal-operation-on-a-directory branch from 01dabbe to 774e9fe Compare September 12, 2023 23:08
@tevanoff tevanoff changed the base branch from steven/use-playwright-test-result-folder to main September 12, 2023 23:08
Copy link
Member

@tmeasday tmeasday left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense!

@tevanoff tevanoff merged commit 94ea226 into main Sep 13, 2023
2 checks passed
@thafryer
Copy link
Member

🚀 PR was released in v0.0.23 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EISDIR: illegal operation on a directory, open
3 participants