Skip to content

Commit

Permalink
fix(testing): only add atomizer label for parent atomizer task
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Jun 27, 2024
1 parent 5364e27 commit 3dabd98
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion packages/cypress/src/plugins/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ describe('@nx/cypress/plugin', () => {
],
},
},
"nonAtomizedTarget": "e2e",
"technologies": [
"cypress",
],
Expand Down
1 change: 0 additions & 1 deletion packages/cypress/src/plugins/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ async function buildCypressTargets(
metadata: {
technologies: ['cypress'],
description: `Runs Cypress Tests in ${relativeSpecFilePath} in CI`,
nonAtomizedTarget: options.targetName,
help: {
command: `${pmc.exec} cypress run --help`,
example: {
Expand Down
1 change: 0 additions & 1 deletion packages/jest/src/plugins/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ describe('@nx/jest/plugin', () => {
},
},
},
"nonAtomizedTarget": "test",
"technologies": [
"jest",
],
Expand Down
1 change: 0 additions & 1 deletion packages/jest/src/plugins/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ async function buildJestTargets(
metadata: {
technologies: ['jest'],
description: `Run Jest Tests in ${relativePath}`,
nonAtomizedTarget: options.targetName,
help: {
command: `${pmc.exec} jest --help`,
example: {
Expand Down
2 changes: 0 additions & 2 deletions packages/playwright/src/plugins/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ describe('@nx/playwright/plugin', () => {
},
},
},
"nonAtomizedTarget": "e2e",
"technologies": [
"playwright",
],
Expand Down Expand Up @@ -384,7 +383,6 @@ describe('@nx/playwright/plugin', () => {
},
},
},
"nonAtomizedTarget": "e2e",
"technologies": [
"playwright",
],
Expand Down
1 change: 0 additions & 1 deletion packages/playwright/src/plugins/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ async function buildPlaywrightTargets(
metadata: {
technologies: ['playwright'],
description: `Runs Playwright Tests in ${relativeSpecFilePath} in CI`,
nonAtomizedTarget: options.targetName,
help: {
command: `${pmc.exec} playwright test --help`,
example: {
Expand Down

0 comments on commit 3dabd98

Please sign in to comment.