mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 01:46:07 +00:00
add report metadata for e2e test html report
This commit is contained in:
parent
672b2e5fb8
commit
145a1b7812
@ -1,5 +1,15 @@
|
||||
const report = require("multiple-cucumber-html-reporter");
|
||||
report.generate({
|
||||
jsonDir: "cypress/reports/json_logs",
|
||||
reportPath: "./cypress/reports/cucumber_html_report"
|
||||
reportPath: "./cypress/reports/cucumber_html_report",
|
||||
metadata: {
|
||||
app: {
|
||||
name: "Gradido webapp"
|
||||
},
|
||||
device: "Github worker",
|
||||
plattform: {
|
||||
name: "ubuntu",
|
||||
version: "latest"
|
||||
}
|
||||
}
|
||||
});
|
||||
Loading…
x
Reference in New Issue
Block a user