- 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
- 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
- Smoke tests
- Use system temp folder when resolving concurrent test run with xdist
- Provide an option to not update build URL in a test run
- process test id that might start with @
- Accept testid provided by testomatio before test starts
- Pytestomatio sends test executor url to Testomatio test run (on CI)
- Allow user to asign label at test synchronisation
- Allow filtering tests by ids when running test execution
- Handle pytest.skip() so that test status on testomatio is valid
- fix dependencies and gitignore
- fix regex
- disable label and env parameters when updating test run due to 500 error from API
- Fix dot and space in parameterised test, fix project dependency
- Fix shared run reporting into new test run
- Fix/workarround of the incorreclty processed parameterised test on API
- Add TESTOMATIO_RUN to support test runs created on testomatio
- Add https://www.conventionalcommits.org/en/v1.0.0/ support
- Fix to check testomatio session
- Allow all pytest hooks execution when running sync command that run before pytest_runtestloop (actual tests)
- Fix syncing local test with testomatio that are imported in a custom folder (on testomatio end)