Skip to content

Commit

Permalink
add selenium test setup and commands test; update VSCode settings and…
Browse files Browse the repository at this point in the history
… package.json scripts
  • Loading branch information
DjamilaBaroudi committed Dec 18, 2024
1 parent a1026eb commit 667794e
Show file tree
Hide file tree
Showing 4 changed files with 3,229 additions and 152 deletions.
6 changes: 2 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"out": false // set this to true to hide the "out" folder with the compiled JS files
"out": false
},
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
"out": true
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#06fac2",
Expand Down
Loading

0 comments on commit 667794e

Please sign in to comment.