rockmelonqa / rockmelonqa-ide

Test Automation IDE that generates and runs Playwright and Selenium code
MIT License
4 stars 3 forks source link

Typescritpt: Test routine does not work #181

Closed quockhanh closed 1 year ago

quockhanh commented 1 year ago

Step to reproduce:

  1. Create new project with Typescript
  2. Create 2 test suites. Suite-1 just contains list of normal test cases. Suite-2 contains test-case which uses test routine (multiple dataset)
  3. Gen code then run test (Contact Khanh to get sample project)

Expactation: Both test suites can run and passed Actual: Suite-2 fail with coding error (see image)

image

Error detail:

image

quockhanh commented 1 year ago

typescript.zip

This is sample project for above bug

brogreenmoon commented 1 year ago

Confirmed that test routines function using typescript