Skip to content

Commit

Permalink
fix(core): update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless committed Jun 26, 2024
1 parent f3544c5 commit c8aed14
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 14 deletions.
1 change: 0 additions & 1 deletion packages/cypress/src/plugins/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ async function buildCypressTargets(
metadata: {
technologies: ['cypress'],
description: 'Runs Cypress Tests',
atomizedTarget: options.ciTargetName,
},
};

Expand Down
4 changes: 0 additions & 4 deletions packages/jest/src/plugins/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ describe('@nx/jest/plugin', () => {
},
],
"metadata": {
"atomizedTarget": undefined,
"description": "Run Jest Tests",
"technologies": [
"jest",
Expand Down Expand Up @@ -151,7 +150,6 @@ describe('@nx/jest/plugin', () => {
},
],
"metadata": {
"atomizedTarget": "test-ci",
"description": "Run Jest Tests",
"technologies": [
"jest",
Expand Down Expand Up @@ -262,7 +260,6 @@ describe('@nx/jest/plugin', () => {
},
],
"metadata": {
"atomizedTarget": undefined,
"description": "Run Jest Tests",
"technologies": [
"jest",
Expand Down Expand Up @@ -332,7 +329,6 @@ describe('@nx/jest/plugin', () => {
},
],
"metadata": {
"atomizedTarget": undefined,
"description": "Run Jest Tests",
"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 @@ -184,7 +184,6 @@ async function buildJestTargets(
metadata: {
technologies: ['jest'],
description: 'Run Jest Tests',
atomizedTarget: options.ciTargetName,
},
});

Expand Down
12 changes: 5 additions & 7 deletions packages/playwright/src/plugins/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ describe('@nx/playwright/plugin', () => {
},
],
"metadata": {
"atomizedTarget": "e2e-ci",
"description": "Runs Playwright Tests",
"technologies": [
"playwright",
Expand All @@ -99,8 +98,8 @@ describe('@nx/playwright/plugin', () => {
},
],
"metadata": {
"atomizer": true,
"description": "Runs Playwright Tests in CI",
"nonAtomizedTarget": "e2e",
"technologies": [
"playwright",
],
Expand Down Expand Up @@ -163,7 +162,6 @@ describe('@nx/playwright/plugin', () => {
},
],
"metadata": {
"atomizedTarget": "e2e-ci",
"description": "Runs Playwright Tests",
"technologies": [
"playwright",
Expand Down Expand Up @@ -193,8 +191,8 @@ describe('@nx/playwright/plugin', () => {
},
],
"metadata": {
"atomizer": true,
"description": "Runs Playwright Tests in CI",
"nonAtomizedTarget": "e2e",
"technologies": [
"playwright",
],
Expand Down Expand Up @@ -276,8 +274,8 @@ describe('@nx/playwright/plugin', () => {
},
],
"metadata": {
"atomizer": true,
"description": "Runs Playwright Tests in CI",
"nonAtomizedTarget": "e2e",
"technologies": [
"playwright",
],
Expand All @@ -301,8 +299,8 @@ describe('@nx/playwright/plugin', () => {
},
],
"metadata": {
"atomizer": true,
"description": "Runs Playwright Tests in tests/run-me.spec.ts in CI",
"nonAtomizedTarget": "e2e",
"technologies": [
"playwright",
],
Expand All @@ -329,8 +327,8 @@ describe('@nx/playwright/plugin', () => {
},
],
"metadata": {
"atomizer": true,
"description": "Runs Playwright Tests in tests/run-me-2.spec.ts in CI",
"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 @@ -162,7 +162,6 @@ async function buildPlaywrightTargets(
metadata: {
technologies: ['playwright'],
description: 'Runs Playwright Tests',
atomizedTarget: options.ciTargetName,
},
};

Expand Down

0 comments on commit c8aed14

Please sign in to comment.