Feature/3 pilots page and drawer (#17)
* adding pilots page and drawer component * adding pilot page and pilot drawer
This commit was merged in pull request #17.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
const report = require('multiple-cucumber-html-reporter');
|
||||
|
||||
report.generate({
|
||||
jsonDir: './e2e/results/report',
|
||||
reportPath: './e2e/results/report',
|
||||
metadata: {
|
||||
platform: {
|
||||
name: 'ubuntu',
|
||||
version: 'node 16.20.2'
|
||||
}
|
||||
},
|
||||
customData: {
|
||||
title: 'Run info',
|
||||
data: [
|
||||
{ label: 'Project', value: 'Banner CDS' },
|
||||
{ label: 'Release', value: `${process.env.RELEASE_NUMBER}` },
|
||||
{ label: 'Run ID', value: `${process.env.RUN_ID}` },
|
||||
{ label: 'Execution Start Time', value: `${process.env.TEST_START}` },
|
||||
{ label: 'Execution End Time', value: `${process.env.TEST_END}` }
|
||||
]
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user