-
Notifications
You must be signed in to change notification settings - Fork 5
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: Apkawa/pytest-image-diff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Apkawa/pytest-image-diff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: PR2_xpath
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 9 files changed
- 2 contributors
Commits on Mar 15, 2022
-
feat: allow xpath for test regression against element + Windows support
Warning: This patch does two things, which I sadly didn't have time to split out into separate PRs. 1) Allow a user to give an optional `xpath` qualifier when calling `screenshot_regression`. The regression will then be tested against this single element instead of the whole page. 2) Make pytest-image-diff with splinter work properly on Windows (see issue #1). Since Windows requires us to close the temp file first, we make the temp file persistent, close it, and then tells splinter to write to it. Afterwards we clean up the temporary file before returning from the function.
Configuration menu - View commit details
-
Copy full SHA for 031f4fb - Browse repository at this point
Copy the full SHA 031f4fbView commit details
Commits on Mar 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 68fcfb8 - Browse repository at this point
Copy the full SHA 68fcfb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 674c06a - Browse repository at this point
Copy the full SHA 674c06aView commit details -
Merge pull request #2 from matslindh/add-xpath-to-screenshot-regressi…
…on-and-windows-compatibility-fix feat: allow xpath for test regression against element + Windows support
Configuration menu - View commit details
-
Copy full SHA for 80b9b17 - Browse repository at this point
Copy the full SHA 80b9b17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 244fe30 - Browse repository at this point
Copy the full SHA 244fe30View commit details
Commits on Mar 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 75fe4e0 - Browse repository at this point
Copy the full SHA 75fe4e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35070f2 - Browse repository at this point
Copy the full SHA 35070f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc10ba5 - Browse repository at this point
Copy the full SHA fc10ba5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3856c3f - Browse repository at this point
Copy the full SHA 3856c3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e6848c - Browse repository at this point
Copy the full SHA 5e6848cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f6e37b - Browse repository at this point
Copy the full SHA 7f6e37bView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...PR2_xpath