Skip to content

Commit 7df75f5

Browse files
criando primeiro teste com facade
1 parent f344295 commit 7df75f5

File tree

7 files changed

+61
-456
lines changed

7 files changed

+61
-456
lines changed

constants/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
const BASE_URL = "https://bugbank.netlify.app/";

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default defineConfig({
2626
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
2727
use: {
2828
/* Base URL to use in actions like `await page.goto('/')`. */
29-
// baseURL: 'http://localhost:3000',
29+
baseURL: 'https://bugbank.netlify.app/',
3030

3131
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
3232
trace: 'on-first-retry',

0 commit comments

Comments
 (0)