Skip to content

Commit

Permalink
renamed generated src directory to 'tests'
Browse files Browse the repository at this point in the history
  • Loading branch information
mapolonio committed Nov 2, 2023
1 parent e7096f1 commit d14a927
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mands/nx-plugins",
"version": "0.6.3",
"version": "1.0.0",
"description": "Nx plugins by M&S engineering",
"license": "MIT",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mands/nx-playwright",
"version": "0.6.3",
"version": "1.0.0",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
1 change: 1 addition & 0 deletions packages/nx-playwright/src/generators/project/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default async function (host: Tree, options: NxPlaywrightGeneratorSchema)
e2eFolder: normalizedOptions.projectRoot,
devServerTarget: options.project ? `${options.project}:serve` : undefined,
packageRunner: options.packageRunner ?? generatorSchema.properties.packageRunner.default,
path: './tests',
},
configurations: {
axe: options.includeAxe
Expand Down

0 comments on commit d14a927

Please sign in to comment.