Skip to content

Commit

Permalink
chore(core): update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless committed Jun 24, 2024
1 parent c7b7bb1 commit d7b536b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const ProjectDetails = ({
</div>
</div>
</header>
<div className="z-0">
<div>
<h2 className={isCompact ? `mb-3 text-lg` : `mb-4 text-xl`}>
<Tooltip
openAction="hover"
Expand Down
6 changes: 4 additions & 2 deletions packages/cypress/src/plugins/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ describe('@nx/cypress/plugin', () => {
},
],
"metadata": {
"atomizedTarget": "e2e-ci",
"description": "Runs Cypress Tests",
"technologies": [
"cypress",
Expand Down Expand Up @@ -272,6 +273,7 @@ describe('@nx/cypress/plugin', () => {
},
],
"metadata": {
"atomizedTarget": "e2e-ci",
"description": "Runs Cypress Tests",
"technologies": [
"cypress",
Expand Down Expand Up @@ -305,8 +307,8 @@ describe('@nx/cypress/plugin', () => {
},
],
"metadata": {
"atomizer": true,
"description": "Runs Cypress Tests in CI",
"nonAtomizedTarget": "e2e",
"technologies": [
"cypress",
],
Expand All @@ -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",
],
Expand Down
8 changes: 6 additions & 2 deletions packages/jest/src/plugins/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ describe('@nx/jest/plugin', () => {
},
],
"metadata": {
"atomizedTarget": undefined,
"description": "Run Jest Tests",
"technologies": [
"jest",
Expand Down Expand Up @@ -150,6 +151,7 @@ describe('@nx/jest/plugin', () => {
},
],
"metadata": {
"atomizedTarget": "test-ci",
"description": "Run Jest Tests",
"technologies": [
"jest",
Expand Down Expand Up @@ -178,8 +180,8 @@ describe('@nx/jest/plugin', () => {
},
],
"metadata": {
"atomizer": true,
"description": "Run Jest Tests in CI",
"nonAtomizedTarget": "test",
"technologies": [
"jest",
],
Expand All @@ -201,8 +203,8 @@ describe('@nx/jest/plugin', () => {
},
],
"metadata": {
"atomizer": true,
"description": "Run Jest Tests in src/unit.spec.ts",
"nonAtomizedTarget": "test",
"technologies": [
"jest",
],
Expand Down Expand Up @@ -260,6 +262,7 @@ describe('@nx/jest/plugin', () => {
},
],
"metadata": {
"atomizedTarget": undefined,
"description": "Run Jest Tests",
"technologies": [
"jest",
Expand Down Expand Up @@ -329,6 +332,7 @@ describe('@nx/jest/plugin', () => {
},
],
"metadata": {
"atomizedTarget": undefined,
"description": "Run Jest Tests",
"technologies": [
"jest",
Expand Down
12 changes: 7 additions & 5 deletions packages/playwright/src/plugins/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ describe('@nx/playwright/plugin', () => {
},
],
"metadata": {
"atomizedTarget": "e2e-ci",
"description": "Runs Playwright Tests",
"technologies": [
"playwright",
Expand All @@ -98,8 +99,8 @@ describe('@nx/playwright/plugin', () => {
},
],
"metadata": {
"atomizer": true,
"description": "Runs Playwright Tests in CI",
"nonAtomizedTarget": "e2e",
"technologies": [
"playwright",
],
Expand Down Expand Up @@ -162,6 +163,7 @@ describe('@nx/playwright/plugin', () => {
},
],
"metadata": {
"atomizedTarget": "e2e-ci",
"description": "Runs Playwright Tests",
"technologies": [
"playwright",
Expand Down Expand Up @@ -191,8 +193,8 @@ describe('@nx/playwright/plugin', () => {
},
],
"metadata": {
"atomizer": true,
"description": "Runs Playwright Tests in CI",
"nonAtomizedTarget": "e2e",
"technologies": [
"playwright",
],
Expand Down Expand Up @@ -274,8 +276,8 @@ describe('@nx/playwright/plugin', () => {
},
],
"metadata": {
"atomizer": true,
"description": "Runs Playwright Tests in CI",
"nonAtomizedTarget": "e2e",
"technologies": [
"playwright",
],
Expand All @@ -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",
],
Expand All @@ -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",
],
Expand Down

0 comments on commit d7b536b

Please sign in to comment.