mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 23:24:05 +00:00
Add file attribute to Junit testsuite report (#6425)
* feat: add file attribute to Junit testsuite report * test: update tests to include file attribute * fix: update playwright tests to support the new file attribute --------- Co-authored-by: Thomas Vackier <thomas.vackier@inthepocket.com> Co-authored-by: Bijin A B <bijin@usebruno.com>
This commit is contained in:
@@ -18,6 +18,7 @@ const makeJUnitOutput = async (results, outputPath) => {
|
||||
|
||||
const suite = {
|
||||
'@name': result.name,
|
||||
'@file': result.test.filename,
|
||||
'@errors': 0,
|
||||
'@failures': 0,
|
||||
'@skipped': 0,
|
||||
|
||||
Reference in New Issue
Block a user