Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Enable trace level logging
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Jan 26, 2018
1 parent c9e96df commit 225d088
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/conftest.py
Expand Up @@ -41,6 +41,13 @@ def browser(foxpuppet):
return foxpuppet.browser


@pytest.fixture
def firefox_options(firefox_options):
"""Fixture for configuring Firefox."""
firefox_options.log.level = 'trace'
return firefox_options


@pytest.fixture
def foxpuppet(selenium):
"""Initialize the FoxPuppet object."""
Expand Down

0 comments on commit 225d088

Please sign in to comment.