0

I use plugin playwright-qase-reporter Case contains some steps. How can I check it?

test.describe('Test suite', () => {

    test(qase(4, 'Several ids'), () => { // its case
        //here need check the step of test case
        expect(true).toBe(true);
    })
})

I read some info on git https://github.com/qase-tms/qase-javascript/issues/235 but didn't find any solution

Mike Szyndel
  • 10,461
  • 10
  • 47
  • 63
  • I found only this thing https://github.com/qase-tms/qase-javascript/pull/238/files silent update.. but how I can use it? – Konstantin Mar 31 '23 at 08:45

0 Answers0