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

Post run results to the cloud is sending a processing test and attempt state in the payload #27956

Open
mabela416 opened this issue Oct 2, 2023 · 2 comments
Labels
E2E Issue related to end-to-end testing prevent-stale mark an issue so it is ignored by stale[bot] stage: ready for work The issue is reproducible and in scope type: bug

Comments

@mabela416
Copy link
Contributor

mabela416 commented Oct 2, 2023

Current behavior

Cypress Cloud is receiving processing as a test and attempt state in the payload of POST /instances/:instance_id/results

Desired behavior

Cypress Cloud should not receive processing as a test state or attempt state in the post run results

Test code to reproduce

Unable to reproduce

Cypress Version

13.0.0

Node version

16.20.2

Operating System

Ubuntu Linux 22.04

Debug Logs

Sample payload

{
  "exception": "None",
  "metadata": {
    "studioCreated": 0,
    "studioExtended": 0
  },
  "reporterStats": {
    "duration": 15599,
    "end": "2023-08-30T09:40:58.543Z",
    "failures": 0,
    "passes": 0,
    "pending": 0,
    "start": "2023-08-30T09:40:42.944Z",
    "suites": 4,
    "tests": 8
  },
  "screenshots": [],
  "stats": {
    "failures": 0,
    "passes": 0,
    "pending": 0,
    "skipped": 0,
    "suites": 4,
    "tests": 8,
    "wallClockDuration": 15600,
    "wallClockEndedAt": "2023-08-30T09:40:58.541Z",
    "wallClockStartedAt": "2023-08-30T09:40:42.941Z"
  },
  "tests": [
    {
      "attempts": [],
      "clientId": "r4",
      "displayError": "None",
      "state": "processing"
    }
  ],
  "video": true
}

No response

Other

No response

@jennifer-shehane jennifer-shehane added type: bug stage: ready for work The issue is reproducible and in scope E2E Issue related to end-to-end testing labels Oct 5, 2023
@cypress-app-bot
Copy link
Collaborator

This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided.

@cypress-app-bot cypress-app-bot added the stale no activity on this issue for a long period label Apr 3, 2024
@cypress-app-bot
Copy link
Collaborator

This issue has been closed due to inactivity.

@cypress-app-bot cypress-app-bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 17, 2024
@jennifer-shehane jennifer-shehane added prevent-stale mark an issue so it is ignored by stale[bot] and removed stale no activity on this issue for a long period labels May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E2E Issue related to end-to-end testing prevent-stale mark an issue so it is ignored by stale[bot] stage: ready for work The issue is reproducible and in scope type: bug
Projects
None yet
Development

No branches or pull requests

3 participants