From 21fc927a81f75bb6dcaa8677b6bee8973bc3fa85 Mon Sep 17 00:00:00 2001 From: Cristiano Morais da Cunha <79987166+CMCunha@users.noreply.github.com> Date: Wed, 10 May 2023 19:12:38 +0100 Subject: [PATCH] Update README.md --- README.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57e9651..68b3f07 100644 --- a/README.md +++ b/README.md @@ -1 +1,30 @@ -# tutorial-RJT \ No newline at end of file +# tutorial-RJT +[![license](https://img.shields.io/badge/License-BSD%203--Clause-green.svg)](https://opensource.org/licenses/BSD-3-Clause) +[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/Xray-App/community) + +## Overview +Code that supports the tutorials: + - [Trigger a Jenkins Pipeline](https://docs.getxray.app/display/XRAY/Trigger+a+Jenkins+Pipeline) + - [Trigger a GitHub Pipeline](https://docs.getxray.app/display/XRAY/Trigger+a+GitHub+Pipeline) + +Showcasing how to configure, trigger and ship the results back to [Xray Test Management](https://www.getxray.app/) of the Remote Jobs Triggering functionality. We are using Playwright code that is a fork from the [tutorial-js-playwright](https://github.com/Xray-App/tutorial-js-playwright). + +## Contact + +Any questions related with this code, please raise issues in this GitHub project. Feel free to contribute and submit PR's. +For Xray specific questions, please contact [Xray's support team](https://jira.getxray.app/servicedesk/customer/portal/2). + +## References + +- [Playwright test](https://playwright.dev/docs/test-intro/) +- [Playwright](https://playwright.dev/) +- [Triggering Remote Jobs](https://docs.getxray.app/display/XRAY700/Triggering+Remote+Jobs) +- [Jenkins pipeline integration](https://docs.getxray.app/display/XRAY/Jenkins+pipeline+integration) +- [Integration with GitHub](https://docs.getxray.app/display/XRAY/Integration+with+GitHub) +- [Xray-action](https://github.com/marketplace/actions/xray-action) + + + +## LICENSE + +[BSD 3-Clause](LICENSE)