Skip to content

0.4.10 broken #326

@ctaepper

Description

@ctaepper

What are you trying to achieve?

use 0.4.10 in order to get the #320 fix

What do you get instead?

only one line output and it immediatly exits. selenium server is up and running, also the webserver is up and running.

[18:51:19] I/hosted - Using the selenium server at http://127.0.0.1:4444/wd/hub

if i use the previous 0.4.9, i run into that protractor error again as reported in #320

Details

  • CodeceptJS version: 0.4.10
  • NodeJS Version: 6.9.1
  • Operating System: osx
  • Configuration file:
const env = require('../../env').env

exports.config = {
  "tests": "./frontend/**/*.test.js",
  "timeout": 10000,
  "output": "./reports/codeceptjs",
  "helpers": {
    "Protractor": {
      "url": "http://localhost:" + env.PORT,
      "seleniumAddress": "http://127.0.0.1:4444/wd/hub",
      "driver": "hosted",
      "browser": "chrome",
      "rootElement": "html",
      "desiredCapabilities": {
        "browserName": "chrome",
        "version": "50.0"
      }
    }
  },
  "include": {
    "I": "./test/e2e/steps_file.js",
    "loginPage": "./frontend/features/login/test/login.page.js"
  },
  "bootstrap": false,
  "mocha": {
    "reporterOptions": {
      "reportDir": "reports/e2e"
    }
  },
  "name": "web__backend"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions