I'd like to skip certain tests based on environment (e.g. not run a given test in Production environment).
Current behavior:
When I programmatically skip, Cypress creates a screenshot and names it failed.

Desired behavior:
I don't mind the screenshot getting created, but it should be named "pending".
Steps to reproduce:
Example repo: https://github.com/irfancharania/cypress-example/
Specifically: test.spec.ts
Versions
Cypress: 3.1.0
Windows 10
Node v8.11.3
I'd like to skip certain tests based on environment (e.g. not run a given test in Production environment).
Current behavior:
When I programmatically skip, Cypress creates a screenshot and names it failed.
Desired behavior:
I don't mind the screenshot getting created, but it should be named "pending".
Steps to reproduce:
Example repo: https://github.com/irfancharania/cypress-example/
Specifically: test.spec.ts
Versions
Cypress: 3.1.0
Windows 10
Node v8.11.3