Skip to content

Commit

Permalink
bump: version 2.8.2.dev44 → 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tikolakin committed Dec 30, 2024
1 parent 0dbd726 commit 58027f5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## 2.9.0 (2024-12-30)

### Fix
- support test parameters that comes from the fixtures
- Fix shared runs
- pytestomatio plugin usage with xdist, add tests, sync tests
- Parallel run must be True all the time so that testomatio doesn't create new test runs when update test status
- enforce artifacts to be returning inline when requested
- add_artifacts depends on the pytest node
- Fix uploading artifacts to the bucket with user defined path
- read S3 creads from env acc to the testomatio docs

### Feat
- upload artifacts in bulk
- resolve content type for uploaded artifacts
- support private and public artifact configuration
- Support --test-id parameters that accepts testomatio test id to filter tests
- send labels and tags on the test run update call
- support HTTP_PROXY, HTTPS_PROXY

### Refactor
- Smoke tests
- Use system temp folder when resolving concurrent test run with xdist

## 2.8.1 (2024-08-14)

## 2.8.1rc2 (2024-08-12)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version_provider = "pep621"
update_changelog_on_bump = false
[project]
name = "pytestomatio"
version = "2.8.2.dev44"
version = "2.9.0"

dependencies = [
"requests>=2.29.0",
Expand Down

0 comments on commit 58027f5

Please sign in to comment.