reporter icon indicating copy to clipboard operation
reporter copied to clipboard

WDIO adapter (mocha) & HTML (pipe) updates: should create and return client session + HTML should work with WDIO

Open mykhailiukVitalii opened this issue 1 year ago • 2 comments

Describe the bug Based on the previously found problem in html.js(pipe) code I created this ticket.

// TODO: this.tests=[] in case of Mocha, need retest by Vitalii
tests: this.tests

In this ticket you need to do the following:

  1. Update the VDIO adapter so that it starts without the start-test command
  2. add the ability to generate an HTML report to the start-test mode without launching the client
  3. Review running tests in start-test mode
  4. Add the creation of a folder for HTML to the BuildReport function
  5. TBD with team...

mykhailiukVitalii avatar Mar 07 '24 09:03 mykhailiukVitalii

linked to https://github.com/testomatio/testomatio/issues/530

poliarush avatar Mar 29 '24 11:03 poliarush

@AZANIR try to run wdio tests with HTML pipe enabled

DavertMik avatar Nov 11 '24 11:11 DavertMik