diff --git a/browserstack.yml b/browserstack.yml index fa0c5b6..7a349de 100644 --- a/browserstack.yml +++ b/browserstack.yml @@ -75,3 +75,4 @@ debug: false # # Set to true if you need screenshots for every seleniu networkLogs: false # Set to true to enable HAR logs capturing consoleLogs: errors # Remote browser's console debug levels to be printed (Default: errors) # Available options are `disable`, `errors`, `warnings`, `info`, `verbose` (Default: errors) +testObservability: true \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 8319375..82f7dbd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ browserstack-local jsonmerge selenium==4.* psutil -pytest +pytest==8.0.2 pytest-variables pytest-selenium browserstack-sdk -pytest-html==3.2.0 \ No newline at end of file +pytest-html==3.2.0