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 fdbc457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/react/src/playwright.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
updateFile,
} from '@nx/e2e/utils';

describe('React Playwright e2e tests', () => {
describe('debugtest React Playwright e2e tests', () => {
let projectName;
const appName = uniq('pw-react-app');
const usedInAppLibName = uniq('pw-react-lib');
Expand All @@ -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 fdbc457

Please sign in to comment.