Versions Compared

Key

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

...

Code Block
titleconfig/parallel.config.yml
server: "hub-cloud.browserstack.com"
user: "sergiofreire1youruser"
key: "Q75qUuWwumyKvpXq6Kg4yourkey"

common_caps:
  "build": "cucumber-browserstack"
  "browserstack.debug": true

browser_caps:
  -
    "device": "Google Pixel"
    "app": "bs://6c31566b71e1ee4c5f7f5298c702c0de4c590000"
    "name": "parallel_test"
  -
    "device": "Google Nexus 6"
    "app": "bs://6c31566b71e1ee4c5f7f5298c702c0de4c590000"
    "name": "parallel_test"

...

Info
titleLearn more

Please see Testing with Cucumber for an overview on how to use Cucumber Tests with Xray.


In BrowserStack you can see some info about it.

Image Added

References

...