parent
7516d6a914
commit
7f1f62795d
|
|
@ -104,7 +104,7 @@ export class BlobReporter extends TeleReporterEmitter {
|
||||||
private _computeReportName(config: FullConfig) {
|
private _computeReportName(config: FullConfig) {
|
||||||
let reportName = 'report';
|
let reportName = 'report';
|
||||||
if (process.env.PWTEST_BLOB_REPORT_NAME)
|
if (process.env.PWTEST_BLOB_REPORT_NAME)
|
||||||
reportName += sanitizeForFilePath(process.env.PWTEST_BLOB_REPORT_NAME);
|
reportName += `-${sanitizeForFilePath(process.env.PWTEST_BLOB_REPORT_NAME)}`;
|
||||||
if (config.shard) {
|
if (config.shard) {
|
||||||
const paddedNumber = `${config.shard.current}`.padStart(`${config.shard.total}`.length, '0');
|
const paddedNumber = `${config.shard.current}`.padStart(`${config.shard.total}`.length, '0');
|
||||||
reportName += `-${paddedNumber}`;
|
reportName += `-${paddedNumber}`;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue