zephyr-sync icon indicating copy to clipboard operation
zephyr-sync copied to clipboard

Tool to synchronize test results to Zephyr (test management add-on for JIRA)

Results 12 zephyr-sync issues
Sort by recently updated
recently updated
newest added

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.7.0 to 2.12.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.7.0&new-version=2.12.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

While using this command we are getting below stack trace - Environments: - Jenkins controller: - Java 11 Jenkins node: - Java 11 zephyr-sync-cli-0.3.jar Any help/suggestion would be great help....

I am using the below POM plugin configuration, to push Allure test reports into our Zephyr plugin of the Jira board. ``` org.codehaus.mojo exec-maven-plugin 1.3.1 default-cli java lv.ctco.zephyr.Runner --username=username --password=password...

Hello Firstly, great work with this repo! It appears JIRA cloud no longer use usernames: https://confluence.atlassian.com/cloud/blog/2018/06/say-goodbye-to-usernames-in-atlassian-cloud Is there any way we can use a JIRA API Token to authenticate instead...

How can I add new test result if I have custom fields on "New test creation" screen in Jira? I think It will be cool to add some interface to...

build 17-Oct-2017 09:09:36 ##### INFO: Linking Test Cases to Test Cycle:[ENBD-1374, ENBD-1375, ENBD-1376, ........, ENBD-1577, ENBD-1578] After that I got build 17-Oct-2017 09:10:35 ##### INFO: Setting status PASSED for Test:...

In the case of a creation for the first time of a new cycle, the reporting of tests cases is reported in all the time as "Not executed". By adding...

For example --testCycle=bamboo Cycle, it will successfully create cycle with space between words, and when in will search for this cycle to put execution to it, in fails with message...

I use allure reports and it has status for separate steps and attachments . Is there any way to mark single steps and add attachments to them? Thanks.