-
Notifications
You must be signed in to change notification settings - Fork 25
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
Which method to invoke to export results? #33
Comments
hi there ok so to check a few things:
if that is OK, then after a spec has fully run, there should be an output in CLI from this integration. maybe you can post an image (no senstive data please) - if possible thx |
Hey, so earlier I was using npm run spec to execute my spec file, because when i try to npx cypress run from the root of the project, it gives an error of not finding the plugin/index.js file or the supportFile as they are present under test/Cypress/cypress/. |
and I was executing my spec file in Cypress folder in the directory. I think I have install cypress in the component folder and I should reinstall it again on the root directory. but I dont know if I can pass the path of the folders as they are present under the test/cypress directory. This is the cypress.config.js ss and the directory https://imgur.com/rgHoB67 |
Hey, so I setup all my spec files in this Integration and on cli Test rail Integration also starts but the Results are not updated on Test rail. Is there any specific method I need to call in my spec file so that the results are sent ?
The text was updated successfully, but these errors were encountered: