Skip to content

Commit

Permalink
fixed markdown style
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Dec 7, 2024
1 parent d692926 commit 2d7cdb9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

* 2.9.12
- fixed markdown style

* 2.9.11
- added new option `logo`

Expand Down
1 change: 1 addition & 0 deletions packages/app/src/components/detail/detail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ const onFocus = (e) => {
}
.markdown-body {
min-height: 10px;
margin: 0;
background: none;
Expand Down
7 changes: 7 additions & 0 deletions tests/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,13 @@ module.exports = {
onData: (reportData) => {
// console.log('onData', reportData);
// reportData.name = 'My Report Name';

reportData.artifacts.push({
global: true,
name: 'My custom global report name',
path: 'path-to/my-report.html'
});

},

// async hook after report data generated
Expand Down

0 comments on commit 2d7cdb9

Please sign in to comment.