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

Add automated test title as a comment on the result #68

Open
willrichboa opened this issue Nov 3, 2022 · 0 comments
Open

Add automated test title as a comment on the result #68

willrichboa opened this issue Nov 3, 2022 · 0 comments

Comments

@willrichboa
Copy link

I would like to add the full cypress test title as a comment on the testrail test result.

I'd like to please have it as part of the plugin as at least an optional parameter.

example implementation

const testRailResult = {

        const testRailResult = {
          case_id: case_id,
          status_id: status_id,
          comment: result.title.join(' -> ')
        }

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant