Skip to content

Commit

Permalink
chore(testing): add e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Jul 31, 2024
1 parent c7c535e commit 203d902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/react/src/playwright.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('React Playwright e2e tests', () => {
packages: ['@nx/react'],
});
runCLI(
`generate @nx/react:app ${appName} --e2eTestRunner=playwright --projectNameAndRootFormat=as-provided --no-interactive`
`generate @nx/react:app ${appName} --e2eTestRunner=playwright --bundler=vite --projectNameAndRootFormat=as-provided --no-interactive`
);
});

Expand Down

0 comments on commit 203d902

Please sign in to comment.