From 9e2fca9bd21f859bce20a35dfc75ff869d620029 Mon Sep 17 00:00:00 2001 From: Zenit Shkreli <69572953+zenit2001@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:24:29 +0100 Subject: [PATCH] fix: added test results in gitignore and commented out the browsers --- .gitignore | 1 + tests/playwright/sfcc.config.js | 48 ++++++++++++++++----------------- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index 187cb09a8..0cc93a6d7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ dw.json /coverage/ screenshots/ playwright-report/ +test-results/ Vagrantfile diff --git a/tests/playwright/sfcc.config.js b/tests/playwright/sfcc.config.js index ccb65cf3f..b6c79157e 100644 --- a/tests/playwright/sfcc.config.js +++ b/tests/playwright/sfcc.config.js @@ -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. */ // {