Skip to content

Commit

Permalink
🙈 excluded .vscode/settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AR-RIFAT committed Sep 2, 2024
1 parent 0608455 commit 574f4f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dist-ssr
.vscode/*
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
playwright-report/*
.idea
.DS_Store
Expand Down
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.envFile": "${workspaceFolder}/playwright/.env.debug",
"python.testing.pytestArgs": [
"playwright/tests",
"--rootdir=playwright",
"-c /dev/null" /* ignore configfile: pytest.ini */
]
}

0 comments on commit 574f4f2

Please sign in to comment.