Skip to content

Bug: Set nightmare timeouts in config file #577

Description

@tamascsaba

Provide console output if related. Use --verbose mode for more details.

# Error: .wait() timed out after 1000msec

Details

  • CodeceptJS version: v0.6.3
  • NodeJS Version: v7.10.0
  • Operating System: Linux
  • Nightmare Configuration file:
{
  "name": "foo",
  "tests": "src/**/*.e2e.js",
  "timeout": 300000,
  "output": "build",
  "helpers": {
    "Nightmare": {
      "url": "https://localhost:8080",
      "waitTimeout": 300000,
      "show": true,
      "restart": false
    }
  },
  "teardown": null,
  "hooks": []
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions