mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
Tweak report output
This commit is contained in:
parent
0351b3f450
commit
d5ecac7489
2 changed files with 4 additions and 4 deletions
4
dist/index.js
generated
vendored
4
dist/index.js
generated
vendored
|
|
@ -2096,8 +2096,8 @@ var Align;
|
|||
Align["None"] = "---";
|
||||
})(Align = exports.Align || (exports.Align = {}));
|
||||
exports.Icon = {
|
||||
skip: '⚪',
|
||||
success: '✅',
|
||||
skip: '✖️',
|
||||
success: '✔️',
|
||||
fail: '❌' // ':x:'
|
||||
};
|
||||
function link(title, address) {
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ export enum Align {
|
|||
}
|
||||
|
||||
export const Icon = {
|
||||
skip: '⚪', // ':white_circle:'
|
||||
success: '✅', // ':white_check_mark:'
|
||||
skip: '✖️', // ':heavy_multiplication_x:'
|
||||
success: '✔️', // ':heavy_check_mark:'
|
||||
fail: '❌' // ':x:'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue