saleor-dashboard/cypress.json
Karolina Rakoczy 01d0a222ac
Saleor 2962 warehouses in checkout (#1118)
* add tests for puchase by type

* add expect for isShippingRequired

* tests for adyen

* tests for adyen

* tests for adyen

* tests for adyen

* adyen

* adyen

* adyen

* adyen

* adyen

* warehouses in chcekout

* test for adyen

* adyen tests

* warehouse in chceckout

* merge changes

* remove dash

* remove video

* fix typo
2021-06-01 10:18:45 +02:00

10 lines
No EOL
189 B
JSON

{
"baseUrl": "http://localhost:9000/",
"defaultCommandTimeout": 15000,
"requestTimeout": 15000,
"viewportWidth": 1400,
"viewportHeight": 660,
"retries": {
"runMode": 2
}
}