chore(project): add testinglib command for cypress

This commit is contained in:
thomas
2023-04-25 15:39:55 +02:00
parent 8ce516adc2
commit cfc24b9836
3 changed files with 222 additions and 347 deletions

View File

@@ -11,9 +11,7 @@ import { MAT_DIALOG_DATA, MatDialogModule } from '@angular/material/dialog';
<div mat-dialog-content>Name: {{ data.name }}</div>
<div mat-dialog-actions>
<button mat-button [mat-dialog-close]="false">Cancel</button>
<button mat-button [mat-dialog-close]="true" cdkFocusInitial>
Confirmation
</button>
<button mat-button [mat-dialog-close]="true">Confirmation</button>
</div>
`,
})

564
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -65,6 +65,7 @@
"@nrwl/workspace": "15.8.5",
"@schematics/angular": "15.2.1",
"@testing-library/angular": "^13.3.0",
"@testing-library/cypress": "^9.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "29.4.0",