-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Bot (Autocommit Actions) <[email protected]>
- Loading branch information
1 parent
5eb50b3
commit 58cfc09
Showing
4 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<testExecutions version="1"> | ||
<file path="/home/runner/work/action-monday-state/action-monday-state/test/monday.test.js"> | ||
<testCase name="1. Board Resolving 1.1: Resolve Board ID by Item" duration="316"/> | ||
<testCase name="1. Board Resolving 1.2: Handle unavailable item" duration="426"/> | ||
<testCase name="2. Column ID Resolving 2.1: Resolve Column ID by Title" duration="259"/> | ||
<testCase name="2. Column ID Resolving 2.2: Handle unavailable column" duration="153"/> | ||
<testCase name="3. Change Status column 3.1: Change status column to valid value" duration="618"/> | ||
<testCase name="1. Board Resolving 1.1: Resolve Board ID by Item" duration="281"/> | ||
<testCase name="1. Board Resolving 1.2: Handle unavailable item" duration="483"/> | ||
<testCase name="2. Column ID Resolving 2.1: Resolve Column ID by Title" duration="417"/> | ||
<testCase name="2. Column ID Resolving 2.2: Handle unavailable column" duration="307"/> | ||
<testCase name="3. Change Status column 3.1: Change status column to valid value" duration="748"/> | ||
<testCase name="4: Parse Monday.com Item IDs from String 4.1: Parse from simple strings" duration="2"/> | ||
<testCase name="4: Parse Monday.com Item IDs from String 4.2: Fail if string contains no ID" duration="1"/> | ||
<testCase name="4: Parse Monday.com Item IDs from String 4.3: Parse with prefix and postfix" duration="0"/> | ||
<testCase name="4: Parse Monday.com Item IDs from String 4.3: Parse with prefix and postfix" duration="1"/> | ||
<testCase name="4: Parse Monday.com Item IDs from String 4.4: Parse Semantic PR Title" duration="0"/> | ||
<testCase name="4: Parse Monday.com Item IDs from String 4.5: Parse Semantic PR Title with specified prefix/postfix" duration="0"/> | ||
<testCase name="4: Parse Monday.com Item IDs from String 4.5: Parse Semantic PR Title with specified prefix/postfix" duration="1"/> | ||
<testCase name="4: Parse Monday.com Item IDs from String 4.6: Parse commit message" duration="0"/> | ||
<testCase name="4: Parse Monday.com Item IDs from String 4.7: Fail if ID is too long / too short" duration="1"/> | ||
<testCase name="4: Parse Monday.com Item IDs from String 4.8: Multiple IDs can be extracted" duration="1"/> | ||
<testCase name="4: Parse Monday.com Item IDs from String 4.9: Multiple IDs are only extracted once" duration="0"/> | ||
<testCase name="5: Read item Status 5.1: Get Status of Item" duration="211"/> | ||
<testCase name="5: Read item Status 5.1: Get Status of Item that has no status set" duration="520"/> | ||
<testCase name="6: Get Item Names 6.1: Get Item Name" duration="188"/> | ||
<testCase name="7: Integration test for whole action 7.1: Simple usecase" duration="1313"/> | ||
<testCase name="5: Read item Status 5.1: Get Status of Item" duration="210"/> | ||
<testCase name="5: Read item Status 5.1: Get Status of Item that has no status set" duration="185"/> | ||
<testCase name="6: Get Item Names 6.1: Get Item Name" duration="342"/> | ||
<testCase name="7: Integration test for whole action 7.1: Simple usecase" duration="1005"/> | ||
</file> | ||
</testExecutions> |