testit-tms / adapters-python

Apache License 2.0
10 stars 11 forks source link

Problem with testit.addAttachments if use pathlib #113

Open se271196 opened 9 months ago

se271196 commented 9 months ago

Problem if use pathlib

`` from pathlib import *

def test(): testit.addAttachments(Path.cwd()/'docs'/'text_file.txt') `` Result: file don't attached report

Expected result file will attached to report

Korella commented 5 months ago

I've encountered the similar problem. Try to up\down-grade the adapters version to match the TMS version. https://github.com/testit-tms/adapters-python/tree/main?tab=readme-ov-file#compatibility