-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
I am trying to take a screenshot in a specific width, but when I look at the screenshots, all the screenshots in the configuration are stored.
That specific test is only for that width (desktop); the rest of the widths in the configuration are considered mobile. This is the code to take the screenshot. Is the parameter being ignored? Or the configuration overwrites the code?
Percy percy = new Percy(driver);
percy.snapshot(name, Arrays.asList(1200));
Metadata
Metadata
Assignees
Labels
No labels