Video on railtest: https://www.youtube.com/watch?v=kBWwMUCYvMk
- Rail Test is a test aggregator / dasboard / assignment system that integrates with jira.
- This video example shows writing manual tests.
- This video example shows importing manual tests.
- This video example shows assigning a test to a qa person.
Thoughts: This seems like additional overhead to do manual testing than we are currently doing with commenting in jira cards. However, it does keep a historical record of manual tests and allows reports to be generated from the test reports.
A video of a person who uses Test Rail at their company. https://www.youtube.com/watch?v=IAWcrPKKdlY
Links:
- https://support.gurock.com/hc/en-us/articles/7523391639956-Integrating-with-Cypress
- https://github.com/gurock/automation-frameworks-integration/tree/main/samples/javascript/cypress
-
./node_modules/.bin/cypress run --reporter junit --reporter-options "mochaFile=reports/TEST-[hash].xml";
-
junitparser merge --glob "reports/TEST-*" "reports/junit-report.xml";
-
trcli -y -c "trcli-config.yml" parse_junit -f "reports/junit-report.xml"