Skip to content

Commit

Permalink
feat: enable e2e tests in vue-i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Jul 25, 2023
1 parent 916be37 commit df87c20
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/vue-i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ export async function test(options: RunOptions) {
branch: 'master',
build: 'build --all -t',
beforeTest: 'pnpm playwright install chromium',

// 'test:e2e' is left out because it requires the browser build of Vue,
// which is very time consuming because of terser.
// We'll add it back later when we can do this perfomantly.
test: ['test:cover', 'test:type'],
test: ['test:cover', 'test:type', 'test:e2e'],
})
}

0 comments on commit df87c20

Please sign in to comment.