mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
smoke - properly pick suite name
This commit is contained in:
@@ -89,7 +89,7 @@ export function installDiagnosticsHandler(logger: Logger, appFn?: () => Applicat
|
||||
|
||||
function installAppBeforeHandler(optionsTransform?: (opts: ApplicationOptions) => ApplicationOptions) {
|
||||
before(async function () {
|
||||
const suiteName = this.currentTest?.titlePath()[1] ?? 'unknown';
|
||||
const suiteName = this.test?.parent?.title ?? 'unknown';
|
||||
|
||||
this.app = createApp({
|
||||
...this.defaultOptions,
|
||||
|
||||
Reference in New Issue
Block a user