mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
ci: Migrate workflow tests to Playwright (#17370)
This commit is contained in:
@@ -22,7 +22,9 @@ export class CommandRegistry {
|
||||
private readonly moduleRegistry: ModuleRegistry,
|
||||
private readonly logger: Logger,
|
||||
) {
|
||||
this.argv = argvParser(process.argv.slice(2));
|
||||
// yargs-parser was resolving number like strings to numbers, which is not what we want
|
||||
// eslint-disable-next-line id-denylist
|
||||
this.argv = argvParser(process.argv.slice(2), { string: ['id'] });
|
||||
this.commandName = process.argv[2] ?? 'start';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user