@nbakka/mcp-appium 2.0.80 → 2.0.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,9 +6,12 @@ have other features which are not part of the jira ticket,
6
6
  final output should be test in following format
7
7
  "Verify pay on credit banner exits on PDP", "Existing"
8
8
  "Verify overview tab on PDP", "New"
9
- "Verify financial services are displayed under financial tab", "Remove"
10
- "Verify xyz is moved to sja ", "Modify"
11
- here existing means the test case is already present in the repo
12
- new means the test case is not present in the repo and needs to be added
13
- remove means the test case is present in the repo but is not required and needs to be removed
14
- modify means the test case is present in the repo but needs some modification
9
+ "Verify financial services are displayed under financial tab", "Remove", "SCRUM-TC-2"
10
+ "Verify xyz is moved to sja ", "Modify", "SCRUM-TC-2"
11
+ Existing - already exists in TCMS and no changes needed
12
+ New - doesn't exist in TCMS and needs to be created
13
+ Remove - to remove test cases from TCMS because it is no longer valid
14
+ Modify - existing TCMS test case needs to be modified because of changes in the feature, only test cases
15
+ existing in TCMS and if change is to be done to it should be marked as Modify
16
+ "SCRUM-TC-2" - id of existing test case in TCMS, only for Remove and Modify test cases
17
+ if any new test case is to be created then don't mention any id against it
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nbakka/mcp-appium",
3
- "version": "2.0.80",
3
+ "version": "2.0.81",
4
4
  "description": "Appium MCP",
5
5
  "engines": {
6
6
  "node": ">=18"