Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

ERROR No tests to run. In docker #53

Open
maximkoev opened this issue Oct 10, 2019 · 0 comments
Open

ERROR No tests to run. In docker #53

maximkoev opened this issue Oct 10, 2019 · 0 comments

Comments

@maximkoev
Copy link

maximkoev commented Oct 10, 2019

For load testing my tests run in docker containers. When I span 40+ containers in ~1-2 containers see testcafe error:
ERROR No tests to run. Either the test files contain no tests or the filter function is too restrictive.
here is how I start tests:

> gherkin-testcafe chrome:headless --tags @load && allure generate allure/allure-results --clean -o allure/allure-report

.testcafe.json

{
  "src": "./src/tests/",
  "reporter": [
    {
      "name": "list"
    },

    {
      "name": "allure",
      "output": "allure/res"
    }
  ],
  "appCommand": "",
  "assertionTimeout": 9000,
  "speed": 0.8,
  "concurrency": 1,
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant