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

Fix auto screenshots for session browser with latest pytest #157

Commits on Dec 23, 2021

  1. Fix auto screenshots for session browser with latest pytest

    _fixture_values and _funcargs properties, the internal API for FixtureRequest
    object, are no longer available in latest versions of pytest. It appears
    fixturenames property and getfixturevalue() method can be used for the purpose
    of retrieving all session_browser fixture instances. According to changelog,
    both are available on pytest 3.0.0 and up.
    
    Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
    SunilMohanAdapa committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    5319356 View commit details
    Browse the repository at this point in the history