question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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"
}

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
DavertMikcommented, Dec 10, 2016

0.4.11 is out. Right now I’m going to work more on regression tests and implement all of them to test everything works, especially with new bootstrap/teardown async/sync options we have.

2reactions
DavertMikcommented, Dec 10, 2016

Thanks, I have almost fixed that issues and writing regression tests to not make this happen in future. Release is coming

Read more comments on GitHub >

github_iconTop Results From Across the Web

0.4.10 broken · Issue #326 · codeceptjs/CodeceptJS · GitHub
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...
Read more >
Solve - Microsoft Math Solver
A fraction (from Latin: fractus, "broken") represents a part of a whole or, more generally, any number of equal parts. When spoken in...
Read more >
Vulnerabilities in Broken Link Checker 0.4.10 - CyberSecurity Help
List of known vulnerabilities in Broken Link Checker in version 0.4.10.
Read more >
Latest wireplumber update seems to be broken, watch out!
The latest wireplumber-0.4.10-3 package seems to be breaking audio entirely for some people, it might be best to hold the package or use ......
Read more >
Broken Audio in Fedora 35 with Wireplumber 0.4.10
Broken Audio in Fedora 35 with Wireplumber 0.4.10. Published: 2022-05-16. I must be unlucky because I've encountered my second breakage on Fedora 35...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found