enable playwright testing on mobile viewports

pull/328/head
Dario Piotrowicz 2023-02-22 13:11:08 +00:00
rodzic d4aab92c79
commit 112133f872
1 zmienionych plików z 12 dodań i 12 usunięć

Wyświetl plik

@ -66,18 +66,18 @@ const config: PlaywrightTestConfig = {
}, },
/* Test against mobile viewports. */ /* Test against mobile viewports. */
// { {
// name: 'Mobile Chrome', name: 'Mobile Chrome',
// use: { use: {
// ...devices['Pixel 5'], ...devices['Pixel 5'],
// }, },
// }, },
// { {
// name: 'Mobile Safari', name: 'Mobile Safari',
// use: { use: {
// ...devices['iPhone 12'], ...devices['iPhone 12'],
// }, },
// }, },
/* Test against branded browsers. */ /* Test against branded browsers. */
// { // {