Skip to content

Commit

Permalink
e2etest/VETS-Aian: E2E testing add vet education (#1047)
Browse files Browse the repository at this point in the history
## Context:
Made an e2e test to add vet education and delete vet education  
## Does this PR change the .vscode folder in petclinic-frontend?:
No

<span style="color:red">**Reviewers need to check for any changes to the
.vscode folder and add a comment about it to their review
comments.**</span>

## Changes
Added e2e test files for adding and deleteing vet education
  • Loading branch information
orell2j authored Nov 11, 2024
1 parent 30c076d commit 24ebe1a
Show file tree
Hide file tree
Showing 3 changed files with 473 additions and 12 deletions.
24 changes: 12 additions & 12 deletions petclinic-frontend/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ export default defineConfig({

/* Configure projects for major browsers */
projects: [
// {
// name: 'chromium',
// use: { ...devices['Desktop Chrome'] },
// },
{
name: 'chromium',
use: { ...devices['Desktop Chrome'] },
},

{
name: 'firefox',
Expand All @@ -60,14 +60,14 @@ export default defineConfig({
// },

/* Test against branded browsers. */
{
name: 'Microsoft Edge',
use: { ...devices['Desktop Edge'], channel: 'msedge' },
},
{
name: 'Google Chrome',
use: { ...devices['Desktop Chrome'], channel: 'chrome' },
},
// {
// name: 'Microsoft Edge',
// use: { ...devices['Desktop Edge'], channel: 'msedge' },
// },
// {
// name: 'Google Chrome',
// use: { ...devices['Desktop Chrome'], channel: 'chrome' },
// },
],

/* Run your local dev server before starting the tests */
Expand Down
Loading

0 comments on commit 24ebe1a

Please sign in to comment.