mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
update e2e test report meta data
This commit is contained in:
parent
cecf18c358
commit
8087bff29a
@ -1,17 +1,11 @@
|
||||
const report = require("multiple-cucumber-html-reporter");
|
||||
|
||||
const reportTitle = "Gradido webapp end-to-end test report"
|
||||
|
||||
report.generate({
|
||||
jsonDir: "cypress/reports/json_logs",
|
||||
reportPath: "./cypress/reports/cucumber_html_report",
|
||||
pageTitle: "Gradido webapp end-to-end test report",
|
||||
|
||||
metadata: {
|
||||
app: {
|
||||
name: "Gradido webapp"
|
||||
},
|
||||
device: "Github worker",
|
||||
platform: {
|
||||
name: "ubuntu",
|
||||
version: "latest"
|
||||
}
|
||||
}
|
||||
pageTitle: reportTitle,
|
||||
reportName: reportTitle,
|
||||
hideMetadata: true
|
||||
});
|
||||
Loading…
x
Reference in New Issue
Block a user