We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I use Shutterbug for this full-page screenshot tool, there are some differences in the actual screenshots themselves. https://github.com/jpratt2/seleniumCompareFullpageScreenshotsv2
Here are some sample URLs to add to the URLs file (see Readme): "https://www.apple.com?t=1", "https://www.apple.com?t=2", "https://www.apple.com?t=3", "https://www.apple.com?t=4", "https://www.apple.com?t=5", "https://www.apple.com?t=6", You can create the baseline images by running this command: mvn test -Dtest=A* Then take another image, this time in the "observed folder" by using this command: mvn test -Dtest=B* For me, all 6 had something different, and all I did was take the image 2 times in a row.
mvn test -Dtest=A*
mvn test -Dtest=B*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I use Shutterbug for this full-page screenshot tool, there are some differences in the actual screenshots themselves.
https://github.com/jpratt2/seleniumCompareFullpageScreenshotsv2
Here are some sample URLs to add to the URLs file (see Readme):
"https://www.apple.com?t=1",
"https://www.apple.com?t=2",
"https://www.apple.com?t=3",
"https://www.apple.com?t=4",
"https://www.apple.com?t=5",
"https://www.apple.com?t=6",
You can create the baseline images by running this command:
mvn test -Dtest=A*
Then take another image, this time in the "observed folder" by using this command:
mvn test -Dtest=B*
For me, all 6 had something different, and all I did was take the image 2 times in a row.
The text was updated successfully, but these errors were encountered: