qase-tms / qase-javascript

Qase TMS JavaScript SDK
https://developers.qase.io
49 stars 43 forks source link

Question: Updating steps #643

Closed anastasiia-bunch closed 1 month ago

anastasiia-bunch commented 3 months ago

Good day! Thank you for qase-reporter, love to use it.

I notice that after the run of playwright e2e tests test cases steps in Qase itself become updated. While checking documentation I haven't found any information about steps. Could you tell me please how can I disable it (because I also need data and expected result in test cases).

image

Thanks!

NickVolynkin commented 3 months ago

Hey, thanks for the nice words!

Did it happen to all your tests or only the parametrized ones? Were you using your personal API token or a test reporter's token?

anastasiia-bunch commented 3 months ago

@NickVolynkin It happens to all tests that have links with qase ID. I used a personal API token.

But how does it work in general? Should it update all test cases eventually after each test run, or can I turn it off? Thanks!

anastasiia-bunch commented 2 months ago

I was checking if is there a flag as updateTestCases: false for config, but can't find any.

gibiw commented 2 months ago

Now you can flexibly configure which fields to update in the project settings.

image
anastasiia-bunch commented 1 month ago

@gibiw Thank you!