mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
15 lines
339 B
JavaScript
15 lines
339 B
JavaScript
const report = require("multiple-cucumber-html-reporter");
|
|
report.generate({
|
|
jsonDir: "cypress/reports/json_logs",
|
|
reportPath: "./cypress/reports/cucumber_html_report",
|
|
metadata: {
|
|
app: {
|
|
name: "Gradido webapp"
|
|
},
|
|
device: "Github worker",
|
|
plattform: {
|
|
name: "ubuntu",
|
|
version: "latest"
|
|
}
|
|
}
|
|
}); |