Versions Compared

Key

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

...

  • Step 1: Configure your web_config.xml to run the test case on the desired platforms parallelly. Refer to the help guide for detailed steps.

  • Step 2: Add the capabilities for each platform to the env.properties file.
    Sample example:

    Code Block
    remote.server=https://mark_iLZvnw:FUp8sZCCSv9qmdUxT@hub-cloud.browserstack.com/wd/hub
    chrome.additional.capabilities={'os':'Windows','os_version':'10','browser':'Chrome','browser_version':'latest','local':'false','selenium_version':'3.14.0','build':'qmetry'}
    safari.additional.capabilities={'os':'OS X','os_version':'Monterey','browser':'Safari','browser_version':'15.1','local':'false','build':'qmetry','selenium_version':'3.14.0'}
    firefox.additional.capabilities={'os':'Windows','os_version':'10','browser':'Firefox','browser_version':'latest','local':'false','selenium_version':'3.14.0','build':'qmetry'}

  • Step 3: Run the project using the 'mvn clean test' command.

...

For any further queries, please contact QMetry Support.