mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
Tweak report
This commit is contained in:
parent
b5fdf002c6
commit
069594f458
2 changed files with 6 additions and 6 deletions
6
dist/index.js
generated
vendored
6
dist/index.js
generated
vendored
|
|
@ -2097,9 +2097,9 @@ var Align;
|
|||
Align["None"] = "---";
|
||||
})(Align = exports.Align || (exports.Align = {}));
|
||||
exports.Icon = {
|
||||
skip: '⬜',
|
||||
success: '🟩',
|
||||
fail: '🟥' // ':x:'
|
||||
skip: '⚪',
|
||||
success: '🟢',
|
||||
fail: '🔴' // ':x:'
|
||||
};
|
||||
function link(title, address) {
|
||||
return `[${title}](${address})`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue