Search, vote, comment and create ideas for Zephyr Scale improvements. For more info on our review process, see here.
Hello Team,
We are using Serenity as a framework for our UI automation. Below is the sample feature file with scenario and the same scenario is uploaded to the zephyr scale.
@BDDTestCases
Feature: Sample BDD Test Case
@TestCaseKey=REC-T69
Scenario Outline:Sample BDD Test Case
Given CategoryManager Logs in to RecommEngine
When user navigates to Attribute Filling Process
When CategoryManager check attribute filling process instruction
Then searches for Category with <L1 Category> and verify <Cat code> attributes and <Rows> are displayed
Examples:
| L1 Category | Cat code | Rows |
| Lighting | 250-140-140-130 | 15 |
After the execution the attached cmFeedback.json result file has been generated in the target folder.
I am trying to use the Zephyr scale create test execution API, but getting the error "Method not allowed".
If anyone can help on the same.
As a... | Test Engineer |
I would like... | to use Zephyr API to update the test execution status by Serenity generated results json file to zephyr scale by API |
So that I... | I dont have the update the status of test cases manually in zephyr scale |