Skip to content

Commit

Permalink
fix: added test results in gitignore and commented out the browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Nov 29, 2023
1 parent 8a552c5 commit 9e2fca9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ dw.json
/coverage/
screenshots/
playwright-report/
test-results/
Vagrantfile
48 changes: 24 additions & 24 deletions tests/playwright/sfcc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,33 +59,33 @@ const config = {
},
},

{
name: 'firefox',
use: {
...devices['Desktop Firefox'],
},
},
// {
// name: 'firefox',
// use: {
// ...devices['Desktop Firefox'],
// },
// },

{
name: 'webkit',
use: {
...devices['Desktop Safari'],
},
},
// {
// name: 'webkit',
// use: {
// ...devices['Desktop Safari'],
// },
// },

{
name: 'chrome',
use: {
channel: 'chrome',
},
},
// {
// name: 'chrome',
// use: {
// channel: 'chrome',
// },
// },

{
name: 'edge',
use: {
channel: 'msedge',
},
},
// {
// name: 'edge',
// use: {
// channel: 'msedge',
// },
// },

/* Test against mobile viewports. */
// {
Expand Down

0 comments on commit 9e2fca9

Please sign in to comment.