
* Typo * Add cypress config * Login and logout tests * Typo * Add basic test for warehouse * Wrong password test * Fixes and docs * Remove testcafe * Add gh action * Update changelog * Fix typo * Update msgs * Work on GH action * Record artifacts * Fix warehouse test
10 lines
224 B
JSON
10 lines
224 B
JSON
{
|
|
"baseUrl": "http://localhost:9000",
|
|
"env": {
|
|
"API_URI": "https://pwa.demo.saleor.rocks/graphql/"
|
|
},
|
|
"defaultCommandTimeout": 15000,
|
|
"requestTimeout": 15000,
|
|
"viewportWidth": 1400,
|
|
"viewportHeight": 660
|
|
}
|