Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open the Command Prompt.

  2. Navigate to the directory containing the offline package.

  3. To run on Chrome, use: java -jar qualitiaoffline-xxxx.jar googleChrome.chromeOptions.args=--headless

  4. For Firefox execution, input: java -jar qualitiaoffline-xxxx.jar firefox.firefoxOptions.args=--headless

🔧 Got a problem? Let’s fix!

  1. Execution is getting aborted after triggering the suite for offline execution. “Fatal exception during execution”: You might get this error, if the Test Case name contains slash (/). To successfully execute an offline suite, avoid using slash in the Test Case name.