Created
August 1, 2024 06:06
-
-
Save shikha814223/2f52ad3a98de23e4d1f1738c96226996 to your computer and use it in GitHub Desktop.
baseurl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use: { | |
| /* Base URL to use in actions like `await page.goto('/')`. */ | |
| baseURL: 'https://restful-booker.herokuapp.com/apidoc/index.html', | |
| /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ | |
| trace: 'on-first-retry', | |
| }, |
shikha814223
commented
Sep 17, 2024
Author

Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment