79359813

Date: 2025-01-15 22:03:26
Score: 1
Natty:
Report link

This solution worked for me.

import pytest

from pytest_metadata.plugin import metadata_key

@pytest.hookimpl(tryfirst=True) def pytest_sessionfinish(session, exitstatus): session.config.stash[metadata_key]["Base URL"] = "https://google.com" #replace with your Base URL

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Chandan