Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI fails if recording limit hit #70

Open
klmarsh4 opened this issue Jun 11, 2019 · 0 comments
Open

CI fails if recording limit hit #70

klmarsh4 opened this issue Jun 11, 2019 · 0 comments
Labels
bug Something isn't working chore Technical chore/refactoring

Comments

@klmarsh4
Copy link
Member

Cypress provides limits on number of recordings for free user. CI fails with error:

There is likely something wrong with the request.
The server's response was:
StatusCodeError: 402
{
  "code": "FREE_PLAN_EXCEEDS_MONTHLY_TESTS",
  "payload": {
    "code": "FREE_PLAN_EXCEEDS_MONTHLY_TESTS",
    "name": "FreePlanExceedsMonthlyTests",
    "subject": "billing",
    "message": "Organization with free plan has exceeded monthly test recordings limit.",
    "used": 547,
    "limit": 500,
    "orgId": "48f7a866-2815-48da-b953-75bd1758b104",
    "buildUrl": "https://dashboard.cypress.io/#/projects/ev49ja/runs/262"
  }
}
{ message: 'Not Found',
  documentation_url:
   'https://developer.github.com/v3/repos/statuses/#create-a-status' }
The command "node ./scripts/tasks/test.js" exited with 1.```` 

if this limit is hit
@klmarsh4 klmarsh4 added bug Something isn't working chore Technical chore/refactoring labels Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chore Technical chore/refactoring
Projects
None yet
Development

No branches or pull requests

1 participant