Skip to content

Commit

Permalink
playwrite 12
Browse files Browse the repository at this point in the history
  • Loading branch information
vlio20 committed Dec 9, 2023
1 parent b3ee566 commit 960f174
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "MIT",
"main": "index.js",
"scripts": {
"ng": "ng",
"start": "ng serve --o",
"start": "ng serve",
"start:open": "ng serve --o",
"build": "ng build",
"build:lib": "ng build ng2-date-picker",
"test": "ng test",
Expand Down
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: {
command: 'npm run start',
url: 'http://127.0.0.1:4200',
url: 'http://localhost:4200',
reuseExistingServer: true,
},
});

0 comments on commit 960f174

Please sign in to comment.