-
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
15291fd
commit c31d927
Showing
4 changed files
with
11 additions
and
11 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,17 +1,17 @@ | ||
<?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="285"/> | ||
<testCase name="1. Board Resolving 1.2: Handle unavailable item" duration="518"/> | ||
<testCase name="2. Column ID Resolving 2.1: Resolve Column ID by Title" duration="153"/> | ||
<testCase name="2. Column ID Resolving 2.2: Handle unavailable column" duration="264"/> | ||
<testCase name="3. Change Status column 3.1: Change status column to valid value" duration="635"/> | ||
<testCase name="1. Board Resolving 1.1: Resolve Board ID by Item" duration="153"/> | ||
<testCase name="1. Board Resolving 1.2: Handle unavailable item" duration="91"/> | ||
<testCase name="2. Column ID Resolving 2.1: Resolve Column ID by Title" duration="963"/> | ||
<testCase name="2. Column ID Resolving 2.2: Handle unavailable column" duration="888"/> | ||
<testCase name="3. Change Status column 3.1: Change status column to valid value" duration="653"/> | ||
<testCase name="4: Parse Monday.com Item IDs from String 4.1: Parse from simple strings" duration="1"/> | ||
<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="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.3: Parse with prefix and postfix" duration="0"/> | ||
<testCase name="4: Parse Monday.com Item IDs from String 4.4: Parse Semantic PR Title" duration="1"/> | ||
<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.6: Parse commit message" 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"/> | ||
</file> | ||
</testExecutions> |