rockmelonqa / rockmelonqa-ide

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

Typescript: Headless mode (run test) does not work #180

Closed quockhanh closed 1 year ago

quockhanh commented 1 year ago

Step to reproduce:

  1. Create new project with Typescript
  2. Add one or few test cases
  3. Gen code
  4. Run test with Headless mode

Expectation: App runs test without browser appearance Actual: App runs test with all available browsers (my local is: Chromium, Firefox, and Webkit) -- see image

image

TODO: Step 1:

Step 2:

brogreenmoon commented 1 year ago

Confirmed successful execution as typescript - headless.

I don't think we need an "All browsers" option yet. Maybe later.