Skip to content

Commit

Permalink
added mobiltest
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaybharti committed Dec 15, 2023
1 parent 2d9e2e4 commit 77eaa72
Show file tree
Hide file tree
Showing 4 changed files with 1,970 additions and 14 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ In my career having vast experience in automating Api, Web Browsers and mobile a

### Sample Web Test

`test('Navigate to Google @smoke', async({page}) => {
await page.goto('https://www.google.com/')
await expect(page).toHaveTitle('Google')
})`

### Sample Web Load Test

### Sample Api Test
Expand Down
Loading

0 comments on commit 77eaa72

Please sign in to comment.