mattheworiordan / capybara-screenshot

Automatically save screen shots when a Capybara scenario fails
MIT License
1.02k stars 168 forks source link

Change apparition driver to create full size screenshots #289

Open noniq opened 2 years ago

noniq commented 2 years ago

apparition supports taking full size screenshots since the very first commit (see https://github.com/twalpole/apparition/blob/ac6f66162de7e1290d53b70d391ced890ec6a430/README.md?plain=1#L64-L66), so backwards compatibility should be no problem.

It noticed that there was no test for the apparition driver, so I added one.