-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
cypress run --record should print the URL to the cypress.io dashboard #494
Comments
cypress run --record
should print the URL to the cypress.io dashboard
Would love this so i could post a direct URL to the dashboard run in hipchat/slack/etc. ex: |
@cameronc56 We're also working on integration with services like these if you have any feedback for that issues: #981 |
Released in |
Brilliant, thank you! |
@brian-mann is there any option to get this dashboard URL from inside the test? |
Same question |
Are you requesting a feature or reporting a bug?
Feature request.
Current behavior:
Running
cypress run --record ...
does not print the URL of the report it created in the cypress.io dashboard.Expected behavior:
Running
cypress run --record ...
should print the URL of the report it created in the cypress.io dashboard. (https://dashboard.cypress.io/#/projects/.../run/....
)Additional Info
This feature would be very useful when working in large teams. Right now you have to check all recent reports until you find your own.
The text was updated successfully, but these errors were encountered: