➜ example git:(temp/saucelabs-demo) ✗ npm test -- --url http://dnb.cwscloud.net:9000 --mapping features --specs features/example.feature --tags @bk
> waf-example@1.0.0 test /WORKSPACE/dixons/vagrant-waf/waf/example
> waf run --url http://localhost:9923/ --nonangular "--url" "http://dnb.cwscloud.net:9000" "--mapping" "features" "--specs" "features/example.feature" "--tags" "@bk"
(node:3795) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
[12:32:53] W/launcher - getMultiCapabilities() will override both capabilities and multiCapabilities
[12:32:53] I/launcher - Running 1 instances of WebDriver
[12:32:53] I/hosted - Using the selenium server at http://127.0.0.1:4444/wd/hub
[12:32:54] W/runner - Ignoring unknown extra flags: cucumberOpts. This will be an error in future versions, please use --disableChecks flag to disable the Protractor CLI flag checks.
Feature: Example Scenarios Tests
As a developer I want to check if my test framework is used to run the scenarios
@bk
Scenario: To validate the BeeKeeper version
✔ Given the user logs in with "ftuser", "ftuser"
✔ And The user clicks on "ITS_BEEKEEPER_Project"
✔ And The user clicks on "NodeLabel" localized by TreePath="ITS-Regression-BK3-3-3" within "TreeLevel"
✔ When The user clicks on "Home_BK_Logo"
✔ Then The field "BK_Version" contains "3.3.4"
1 scenario (1 passed)
5 steps (5 passed)
0m08.829s
[12:33:05] I/launcher - 0 instance(s) of WebDriver still running
[12:33:05] I/launcher - chrome #01 passed
WAF RUNNER EXIT, CODE 0
WAF TOTAL DURATION 13926 ms