restore latest default.json from master

This commit is contained in:
Ron Rennick 2020-05-01 11:06:39 -03:00
parent 78e777f25f
commit 71fb49dc06
4 changed files with 18 additions and 12 deletions

View File

@ -41,7 +41,11 @@ jobs:
script:
- composer require wp-cli/i18n-command
- npm run build
- npm explore @woocommerce/e2e-environment -- npm run test:e2e-CI
- npm install jest --global
- npm run docker:up
- npm run test:e2e
after_script:
- npm run docker:down
- name: "Unit tests code coverage"
php: 7.4
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1

View File

@ -1,10 +0,0 @@
#!/bin/bash
#
# Script for Travis CI
if [[ ${RUN_E2E} == 1 ]]; then
npm install jest --global
npm run docker:up
npm run test:e2e
npm run docker:down
fi

View File

@ -27,6 +27,7 @@
"country": "United States (US)",
"addressfirstline": "addr 1",
"addresssecondline": "addr 2",
"countryandstate": "United States (US) -- California",
"city": "San Francisco",
"state": "CA",
"postcode": "94107"
@ -58,5 +59,17 @@
"postcode": "94107"
}
}
},
"onboardingwizard": {
"industry": "Test industry",
"numberofproducts": "1 - 10",
"sellingelsewhere": "No"
},
"settings": {
"shipping": {
"zonename": "United States",
"zoneregions": "United States (US)",
"shippingmethod": "Free shipping"
}
}
}

View File

@ -259,7 +259,6 @@ beforeAll( async () => {
await trashExistingPosts();
await trashExistingProducts();
await setupBrowser();
await importSampleProducts();
} );
afterEach( async () => {