Qualitia supports headless executions. In headless mode, executions are possible with PC without display, keyboard, and mouse. Such executions are known to be faster as compared to normal executions. You can use Google Chrome and Mozilla Firefox browsers to execute test cases in headless mode.
...
Qualitia supports headless test case execution on following browsers and operating systems.
Windows | Mac | Linux | |
---|---|---|---|
Google Chrome | v60+ | v59+ | v59+ |
Firefox | v56+ | v56+ | v55+ |
Google Chrome
To execute test cases in headless using Chrome.
...
- Open qualitia.properties.
- In the Headless Execution Properties section:
- Set HeadlessMode as True.
- Set Display and BrowserBinaryPath as per the requirements.
There are multiple configurations and allied software components that are required to support executions in headless mode on Linux. In order to execute test cases in headless mode, you need to configure the headless box by installing X Virtual FrameBuffer (Xvfb).
...