Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: QAStudio-Dev/playwright-reporter-python

Release v1.0.6

16 Dec 19:51

Choose a tag to compare

What's Changed

  • Bump version to 1.0.6 (d5d70d0)
  • Update license to AGPLv3+ and reflect changes in documentation (aa4a168)

Installation

pip install qastudio-pytest==1.0.6

Full Changelog

v1.0.5...v1.0.6

Release v1.0.5

10 Nov 23:29

Choose a tag to compare

What's Changed

  • Bump version to 1.0.5 (7b101a5)
  • Update Python version in mypy configuration and specify attachment type in QAStudio plugin (afcf1f5)
  • Enhance Playwright test fixtures with attachment support (39b7218)

Installation

pip install qastudio-pytest==1.0.5

Full Changelog

v1.0.4...v1.0.5

Release v1.0.4

10 Nov 22:38

Choose a tag to compare

What's Changed

  • Bump version to 1.0.4 (6a2a958)
  • Update QAStudio plugin and requirements (88e56af)

Installation

pip install qastudio-pytest==1.0.4

Full Changelog

v1.0.3...v1.0.4

Release v1.0.3

10 Nov 21:22

Choose a tag to compare

What's Changed

  • Bump version to 1.0.3 (1f19649)
  • Update Python version in configuration files (721530b)
  • Add mypy configuration to pyproject.toml (c354060)
  • Enhance QAStudio plugin with attachment support and Playwright test examples (4b2a60e)

Installation

pip install qastudio-pytest==1.0.3

Full Changelog

v1.0.2...v1.0.3

Release v1.0.2

02 Nov 20:48

Choose a tag to compare

What's Changed

  • Bump version to 1.0.2 (ad17ae5)
  • Update project references and contact information in documentation (2505801)

Installation

pip install qastudio-pytest==1.0.2

Full Changelog

v1.0.1...v1.0.2

Release v1.0.1

02 Nov 19:58

Choose a tag to compare

What's Changed

  • Bump version to 1.0.1 (17cf46b)
  • Refine release process in documentation and GitHub Actions workflow (06c56ec)
  • Add Flake8 configuration and update type hints in API client and models (9e14bd1)
  • Implement GitHub Actions workflows for release creation and publishing to PyPI. Update CLAUDE.md with a quick release process and required secrets setup. Add detailed documentation in WORKFLOWS.md for CI testing, release creation, and publishing steps. (20ac092)
  • Enhance documentation for development workflow and pre-commit checklist in CLAUDE.md. Update contact email and documentation link in README.md. Simplify logging in plugin.py by condensing log message formatting. (a21a061)
  • Initialize qastudio-pytest plugin with core functionality, including API client, test result reporting, and configuration management. Add essential files: README.md, LICENSE, CONTRIBUTING.md, and .gitignore. Implement CI workflow for testing and package building. Include utility functions and models for test data handling. (615bddb)

Installation

pip install qastudio-pytest==1.0.1

Full Changelog

Initial release