workflow: test migrator / vue 3 scenarios with verdaccio (#6071)

This commit is contained in:
Haoqun Jiang
2020-11-19 11:12:48 +08:00
committed by GitHub
parent fe88b1c7c6
commit f5359bdf36
18 changed files with 1967 additions and 1025 deletions
+10
View File
@@ -10,6 +10,16 @@ if (args.p) {
rawArgs.splice(i, 2)
}
const e2ePathPattern = 'Migrator|Vue3'
if (args['e2e-only']) {
regex = e2ePathPattern
const i = rawArgs.indexOf('--e2e-only')
rawArgs.splice(i, 2)
} else {
rawArgs.push('--testPathIgnorePatterns', e2ePathPattern)
}
const jestArgs = [
'--env', 'node',
'--runInBand',