Commit Graph

39978 Commits

Author SHA1 Message Date
Jeff Stieler 122b62df32 Define products endpoints for API tests. 2021-09-28 15:24:28 -04:00
Jeff Stieler aea672e189 Remove API package dependency. 2021-09-28 15:18:49 -04:00
Jeff Stieler c761cc2ea1 Use supertest wrapper to make API calls. 2021-09-28 15:18:31 -04:00
Jeff Stieler 890017e45a Create sample variable products. 2021-09-28 14:39:16 -04:00
dependabot[bot] 90fe23a4e1
Bump axios from 0.19.2 to 0.21.2 in /tests/e2e/api
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-28 18:26:35 +00:00
Jeff Stieler aeaac1f3c2 Create sample grouped product. 2021-09-28 14:06:05 -04:00
Jeff Stieler ed8d2df8cb Create sample external product. 2021-09-28 13:55:48 -04:00
Jeff Stieler 904922d692 Create sample simple products. 2021-09-28 13:21:31 -04:00
Jeff Stieler 1b46a2746e Create sample product attributes. 2021-09-28 12:36:11 -04:00
Greg 1d4310a52f
Merge pull request #30822 from woocommerce/fix/25963
add product id support to addToCartFromShopPage / removeFromCart
2021-09-28 10:22:26 -06:00
Ron Rennick ef778b8985 update for feedback 2021-09-28 12:52:04 -03:00
Jeff Stieler 6ab6545c3f Create sample product categories. 2021-09-28 11:49:05 -04:00
Jeff Stieler 1bfc579787 Add dependency on the api package. 2021-09-28 11:48:53 -04:00
Ekliptor 6872321067 fix ensure cancelling unpaid orders is always re-scheduled 2021-09-28 22:16:50 +07:00
Ron Rennick 2bc34aac53
Merge pull request #30698 from woocommerce/add/pr-smoke-test-workflow
Added workflow for running smoke tests on PR
2021-09-27 15:36:47 -03:00
Ron Rennick 8125408f08 merge trunk 2021-09-27 13:39:45 -03:00
Ron Rennick c35a789497 update most tests to use product id 2021-09-27 13:22:20 -03:00
Ron Rennick 7a2903e9c2 add product id support to addTo/removeFromCartFromShopPage 2021-09-27 09:58:43 -03:00
Greg 7dfff3da2e Merge branch 'trunk' of https://github.com/woocommerce/woocommerce into add/pr-smoke-test-workflow 2021-09-24 14:28:52 -06:00
Greg 54a11300a2 Update remove label logic. 2021-09-24 14:28:36 -06:00
Greg 982fec1ffe
Merge pull request #30696 from woocommerce/fix/30371
Delete coupons instead of trashing them
2021-09-24 14:09:31 -06:00
barryhughes 7840ebe505 Bump Blocks to 5.9.1. 2021-09-24 10:35:02 -07:00
jonathansadowski 8cdccb1af5
Merge pull request #30804 from woocommerce/revert/downloads-path-tweak
Revert/downloads path tweak
2021-09-24 09:47:43 -05:00
Vedanshu Jain 9bd919c023
Merge pull request #29441 from woocommerce/try/perf-k6-checkout-poc
Add initial k6 performance tests
2021-09-24 18:11:47 +05:30
Ron Rennick 84ad1cbdb8 fix merge conflict 2021-09-24 08:48:41 -03:00
Tam Mullen 2363294f08 Added more detail on influxdb and grafana to k6 readme 2021-09-24 10:34:37 +01:00
roykho 2779c7b765
Revert downloads path change and changelog 2021-09-23 18:54:40 -07:00
roykho bce05c811a
Revert "Tweak download filepaths"
This reverts commit 90e187b899.
2021-09-23 18:51:41 -07:00
roykho d54cd10bb4
Revert "Enable redirect method to also handle absolute filepaths."
This reverts commit 36022c29eb.
2021-09-23 18:51:10 -07:00
Barry Hughes df26e72ddf
Merge pull request #30800 from woocommerce/update/woocommerce-admin-2.7.1-rc.1
Bump WooCommerce Admin version to 2.7.1-rc.1
2021-09-23 16:40:40 -07:00
Joshua Flowers 2c2244aba8 Bump WooCommerce Admin version to 2.7.1-rc.1 2021-09-23 18:18:30 -04:00
barryhughes 7216225d1a Prep trunk for 5.9 cycle. 2021-09-23 13:36:38 -07:00
Greg 943a213b49
Merge pull request #30780 from woocommerce/fix/actests-no-return
Fix for missing return in API core tests
2021-09-23 13:47:12 -06:00
Greg b6db14ff62
Merge pull request #30793 from woocommerce/e2e/bump-admin-tests 2021-09-23 11:27:21 -06:00
Ron Rennick 41753206d2 update e2e for WC Admin 2.7.0 2021-09-23 13:49:22 -03:00
Greg affb99cae6 Use original if always check 2021-09-23 09:24:16 -06:00
Ron Rennick c15bf28b22
Merge pull request #30684 from woocommerce/add/api-test-script-scheduled-run
Run API tests with regular run and add script
2021-09-23 10:36:21 -03:00
Roy Ho 783b962bf6
Merge pull request #30774 from woocommerce/fix/30772
Enable redirect method to also handle absolute filepaths.
2021-09-23 14:19:48 +01:00
Greg cf32051f0e Update if check 2021-09-22 18:08:51 -06:00
Greg 7a2ba8800a Add safer if check 2021-09-22 15:56:53 -06:00
Greg cb0bab37be Merge branch 'trunk' of https://github.com/woocommerce/woocommerce into fix/actests-no-return 2021-09-22 15:40:44 -06:00
Greg f8cef29f59 Fix for missing return 2021-09-22 14:15:40 -06:00
Ron Rennick 5ccf3a564f update from feedback 2021-09-22 12:04:24 -03:00
Ron Rennick 32e3919604 Merge branch 'trunk' into fix/30371 2021-09-22 11:29:08 -03:00
vedanshujain 36022c29eb Enable redirect method to also handle absolute filepaths.
Earlier redirect was only able to handle absolute paths.
2021-09-22 18:15:31 +05:30
Vedanshu Jain 50e8815fa2
Merge pull request #30770 from woocommerce/tweak/composer2-rebuild
Rebuild with Composer2
2021-09-22 18:14:13 +05:30
Vedanshu Jain 3ef6ad977a
Merge pull request #30739 from woocommerce/fix/add-item
Fix undefined variable notice when adding a product that doesn't exis…
2021-09-22 15:16:44 +05:30
Vedanshu Jain 5cdf979961
Merge pull request #30692 from woocommerce/fix/30231
Use proper location for taxes when adding products via admin
2021-09-22 15:14:13 +05:30
barryhughes bcbf1e6baf Rebuild with Composer2 2021-09-21 17:32:35 -07:00
jonathansadowski 71b26452d5
Merge pull request #30760 from woocommerce/5.7-update
Update versions and changelog
2021-09-21 17:03:19 -05:00