Report pytest runs
Install pytest-testinel in the environment that runs your tests and set the TESTINEL_DSN supplied by your Testinel project.
For richer diagnostics, run pytest with:
pytest --showlocals --tb=long -vv--showlocalsincludes local values in traceback frames.--tb=longretains complete traceback paths.-vvprovides detailed test identifiers.
Captured values can contain sensitive information. Avoid placing credentials in test parameters or local variables, and review what your suite captures before enabling reporting broadly.
