diff --git a/graph/ui-project-details/src/lib/project-details/project-details.tsx b/graph/ui-project-details/src/lib/project-details/project-details.tsx index aaf37bbec3528..b51838f44cdb4 100644 --- a/graph/ui-project-details/src/lib/project-details/project-details.tsx +++ b/graph/ui-project-details/src/lib/project-details/project-details.tsx @@ -146,7 +146,7 @@ export const ProjectDetails = ({ -
+

{ }, ], "metadata": { + "atomizedTarget": "e2e-ci", "description": "Runs Cypress Tests", "technologies": [ "cypress", @@ -272,6 +273,7 @@ describe('@nx/cypress/plugin', () => { }, ], "metadata": { + "atomizedTarget": "e2e-ci", "description": "Runs Cypress Tests", "technologies": [ "cypress", @@ -305,8 +307,8 @@ describe('@nx/cypress/plugin', () => { }, ], "metadata": { - "atomizer": true, "description": "Runs Cypress Tests in CI", + "nonAtomizedTarget": "e2e", "technologies": [ "cypress", ], @@ -329,8 +331,8 @@ describe('@nx/cypress/plugin', () => { }, ], "metadata": { - "atomizer": true, "description": "Runs Cypress Tests in src/test.cy.ts in CI", + "nonAtomizedTarget": "e2e", "technologies": [ "cypress", ], diff --git a/packages/jest/src/plugins/plugin.spec.ts b/packages/jest/src/plugins/plugin.spec.ts index 45e68b566b8b8..7e9a1aad606cf 100644 --- a/packages/jest/src/plugins/plugin.spec.ts +++ b/packages/jest/src/plugins/plugin.spec.ts @@ -81,6 +81,7 @@ describe('@nx/jest/plugin', () => { }, ], "metadata": { + "atomizedTarget": undefined, "description": "Run Jest Tests", "technologies": [ "jest", @@ -150,6 +151,7 @@ describe('@nx/jest/plugin', () => { }, ], "metadata": { + "atomizedTarget": "test-ci", "description": "Run Jest Tests", "technologies": [ "jest", @@ -178,8 +180,8 @@ describe('@nx/jest/plugin', () => { }, ], "metadata": { - "atomizer": true, "description": "Run Jest Tests in CI", + "nonAtomizedTarget": "test", "technologies": [ "jest", ], @@ -201,8 +203,8 @@ describe('@nx/jest/plugin', () => { }, ], "metadata": { - "atomizer": true, "description": "Run Jest Tests in src/unit.spec.ts", + "nonAtomizedTarget": "test", "technologies": [ "jest", ], @@ -260,6 +262,7 @@ describe('@nx/jest/plugin', () => { }, ], "metadata": { + "atomizedTarget": undefined, "description": "Run Jest Tests", "technologies": [ "jest", @@ -329,6 +332,7 @@ describe('@nx/jest/plugin', () => { }, ], "metadata": { + "atomizedTarget": undefined, "description": "Run Jest Tests", "technologies": [ "jest", diff --git a/packages/playwright/src/plugins/plugin.spec.ts b/packages/playwright/src/plugins/plugin.spec.ts index ad6340ff634a0..24a91a8bbf702 100644 --- a/packages/playwright/src/plugins/plugin.spec.ts +++ b/packages/playwright/src/plugins/plugin.spec.ts @@ -72,6 +72,7 @@ describe('@nx/playwright/plugin', () => { }, ], "metadata": { + "atomizedTarget": "e2e-ci", "description": "Runs Playwright Tests", "technologies": [ "playwright", @@ -98,8 +99,8 @@ describe('@nx/playwright/plugin', () => { }, ], "metadata": { - "atomizer": true, "description": "Runs Playwright Tests in CI", + "nonAtomizedTarget": "e2e", "technologies": [ "playwright", ], @@ -162,6 +163,7 @@ describe('@nx/playwright/plugin', () => { }, ], "metadata": { + "atomizedTarget": "e2e-ci", "description": "Runs Playwright Tests", "technologies": [ "playwright", @@ -191,8 +193,8 @@ describe('@nx/playwright/plugin', () => { }, ], "metadata": { - "atomizer": true, "description": "Runs Playwright Tests in CI", + "nonAtomizedTarget": "e2e", "technologies": [ "playwright", ], @@ -274,8 +276,8 @@ describe('@nx/playwright/plugin', () => { }, ], "metadata": { - "atomizer": true, "description": "Runs Playwright Tests in CI", + "nonAtomizedTarget": "e2e", "technologies": [ "playwright", ], @@ -299,8 +301,8 @@ describe('@nx/playwright/plugin', () => { }, ], "metadata": { - "atomizer": true, "description": "Runs Playwright Tests in tests/run-me.spec.ts in CI", + "nonAtomizedTarget": "e2e", "technologies": [ "playwright", ], @@ -327,8 +329,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", ],