Chi-Hsuan Huang
83f0ca7686
Add changelog
2022-05-11 14:50:59 +08:00
Chi-Hsuan Huang
5e0be91e9c
Handle @woocommerce/data api error types properly
2022-05-11 14:50:56 +08:00
Chi-Hsuan Huang
edbfd5bf93
Merge pull request #32937 from woocommerce/update/convert-woo-tracks-to-ts
...
Convert `@woocommerce/tracks` to TS
2022-05-11 09:57:27 +08:00
Chi-Hsuan Huang
79814ccccf
Merge pull request #32936 from woocommerce/update/memoize-one
...
Remove `memoize-one` from woo admin & update it to ^6.0.0 for woo components
2022-05-11 09:55:40 +08:00
moon
15ecfd9b16
Update react-dates to 21.8.0
2022-05-10 18:12:32 -07:00
Christopher Allford
f41258a9f2
Added EOF Newlines
...
We put an extra newline at the end of all
files to detect those that have been
malformed or truncated.
2022-05-10 13:35:31 -07:00
Christopher Allford
ec2e90540e
Added Changelogs
2022-05-10 13:31:13 -07:00
Christopher Allford
37ad4c5a70
Converted Spaces To Tabs In JSON
...
Since we almost universally use tabs instead
of spaces, this commit replaces all of the spaces
with tabs in various JSON files across the monorepo.
2022-05-10 13:31:01 -07:00
Christopher Allford
871426decc
Fixed `package.json` Data Type
...
The "private" key is supposed to be a
boolean.
2022-05-10 13:29:59 -07:00
Chi-Hsuan Huang
e179f8d1fe
Change woocommerce data async action error type to unknown
2022-05-10 16:53:51 +08:00
Chi-Hsuan Huang
ef9af07bde
Remove data prop from RestApiError type
2022-05-10 16:53:06 +08:00
Chi-Hsuan Huang
cd3abebeb0
Add changelogs
2022-05-10 15:29:10 +08:00
Chi-Hsuan Huang
4c2fa2716b
Convert @woocommerce/tracks to TS
2022-05-10 15:29:07 +08:00
Chi-Hsuan Huang
4f1e7af7c7
Add changelogs
2022-05-10 14:29:45 +08:00
Chi-Hsuan Huang
43af801d46
Remove memoize-one from wca & update it to ^6.0.0 for woo components
2022-05-10 14:17:03 +08:00
RJChow
67cf1e109b
added task_view tracks prop for experimental_products
2022-05-10 12:52:00 +08:00
Alejandro López Ariza
2886fede2c
Removed Jetpack Changelogger from test js packages as they follow another approach for handling changelogs. ( #32877 )
...
* Removed Jetpack Changelogger from test js packages as they follow another approach for handling changelogs.
* Removed composer.json from api-core-tests, e2e-core-tests, e2e-environmnet and e2e-utils as they are no longer needed.
* Removed postinstall script from api-core-tests, e2e-core-tests, e2e-environment and e2e-utils packages, since they will no longer have a composer.json file.
2022-05-10 13:11:19 +12:00
Lourens Schep
65da6a8562
Add changelog
2022-05-09 11:31:03 -03:00
Lourens Schep
fb62e3392a
Fix duplicate task list shown
2022-05-09 11:17:37 -03:00
Paul Sealock
5537da6e9d
Packages: Add Changelogger scripts ( #32813 )
2022-05-05 15:26:36 +12:00
Paul Sealock
489ebf2cc6
Standardize linting: e2e js packages ( #32794 )
2022-05-05 15:02:50 +12:00
Jamel Noel Reid
4915c389ef
Merge pull request #32521 from woocommerce/nielslange-patch-1
...
Remove duplicate entry `verifyAndPublish` from docs
2022-05-04 09:21:47 -05:00
Chi-Hsuan Huang
afe6e84ab0
Merge pull request #32855 from woocommerce/update/32716-explat-api-requests
...
Add safeguards to ensure ExPlat API requests are valid
2022-05-04 09:02:10 +08:00
Christopher Allford
790d085f12
Merge pull request #32657 from woocommerce/refactor/standardize-postinstall
...
Utilize `post install` Script for Composer
2022-05-03 10:21:33 -07:00
Chi-Hsuan Huang
2c97db867e
Update woo.explat to check fetchExperimentAssignment params
2022-05-03 17:01:07 +08:00
Chi-Hsuan Huang
6c8ee08f19
Add a safeguard for ExPlat assignment requests to make sure a user either has an anon_id defined and not empty
2022-05-03 17:01:07 +08:00
roykho
c4a1fff367
Add changelog
2022-05-02 15:56:38 -07:00
roykho
d3423a5c8f
Remove gitignored file.
2022-05-02 15:46:46 -07:00
Christopher Allford
9a22c62505
Added Changelogs
2022-05-02 12:55:48 -07:00
Christopher Allford
7dc9c203f8
Added Missing `postinstall` Scripts
2022-05-02 12:55:48 -07:00
Christopher Allford
000f14be4a
Fixed Tabs
2022-05-02 12:55:48 -07:00
Christopher Allford
377b643720
Removed `prepare` Scripts
...
Thanks to our build orchestration tooling, there is
no reason for us to build all of the packages on
`install`. In cases where `prepare` was used to
build before packaging, this changes it to
`prepack` so it will run only under the correct
circumstances.
2022-05-02 12:55:48 -07:00
Lourens Schep
96a8b5b226
Fix type definition in TaskItem prop
2022-04-29 11:26:57 -03:00
Ilyas Foo
cb731d465a
Merge remote-tracking branch 'origin/trunk' into add/wc-payment-gateways-banner
2022-04-29 10:15:21 +08:00
Ilyas Foo
fc74c42fe0
Merge branch 'trunk' into add/wc-payment-gateways-banner
2022-04-29 09:11:20 +08:00
Ilyas Foo
d94769982b
Update e2e to use table instead
2022-04-29 09:09:06 +08:00
moon
ef3f48bda6
Add is_visible
2022-04-28 11:22:54 -07:00
Roy Ho
c8c2e4253f
Merge pull request #32793 from woocommerce/fix/standardize-lint-monorepo
...
Standardize linting: Admin JS packages
2022-04-28 06:14:36 -07:00
Chi-Hsuan Huang
8f06c5aa20
Reorder functions/imports/exports in @woocommerce/data
2022-04-28 19:18:56 +08:00
Chi-Hsuan Huang
0a986dd153
Update onboarding/selectors.ts
2022-04-28 19:18:56 +08:00
Chi-Hsuan Huang
0919e241ae
Move types to ./types.ts
2022-04-28 19:18:55 +08:00
Chi-Hsuan Huang
843a59c0c4
Merge pull request #32735 from woocommerce/update/woo-data-types
...
Update `@woocommerce/data` & admin client type definitions
2022-04-28 18:03:14 +08:00
Adrian Duffell
8a3ae1399b
Merge branch 'trunk' into add/wc-payment-gateways-banner
2022-04-28 14:29:17 +08:00
Jamel Noel Reid
7c0a1f129e
Merge pull request #31915 from woocommerce/fix/e2e-utils-shopper-searchForProduct
...
Fix link click for shopper.searchForProduct
2022-04-27 17:33:06 -05:00
Paul Sealock
e82e3cc49e
changelog
2022-04-28 10:00:29 +12:00
Paul Sealock
931845a53a
reference local eslint plugin package
2022-04-28 10:00:29 +12:00
Paul Sealock
12fef88354
Add lint:fix to admin js packages
2022-04-28 10:00:29 +12:00
Jonathan Lane
31d4b8f7e7
Merge branch 'trunk' into fix/27902
2022-04-27 09:28:17 -07:00
Jonathan Lane
08513fbb0d
Merge branch 'trunk' into fix/e2e-utils-shopper-searchForProduct
2022-04-26 11:01:09 -07:00
Jonathan Lane
58203cf7bc
Merge pull request #32713 from woocommerce/fix/e2e-utils-eslint-config
...
Fix/e2e utils eslint config
2022-04-26 09:55:13 -07:00
Chi-Hsuan Huang
d0e31f9949
Add is_visible to Extension type
2022-04-26 09:34:52 +08:00
Chi-Hsuan Huang
022d86c8a5
Reformat ./data/typings/index.d.ts
2022-04-26 09:32:52 +08:00
Chi-Hsuan Huang
0d5a0050d8
Add changelogs
2022-04-25 15:17:35 +08:00
Chi-Hsuan Huang
672ba17a80
Fix and export @woocommerce/data types for react admin ./client
...
Convert onboarding index.js to TS & add missing type fields
2022-04-25 14:17:13 +08:00
Chi-Hsuan Huang
5c8f76bbe7
Fix @woocommerce/data type errors after enabling wp data, compose types
2022-04-25 13:40:18 +08:00
Chi-Hsuan Huang
6836d90b72
Add wp data, compose types to @woocommerce/data
...
Update pnpm-lock.yaml
2022-04-25 13:32:26 +08:00
Fernando
ee5d38d49c
Merge pull request #32704 from woocommerce/fix/task-list-style-conflict
...
Fix setup task list style conflict
2022-04-22 10:34:50 -03:00
Chi-Hsuan Huang
4ade171fd1
Merge pull request #32712 from woocommerce/fix/admin-remaining-task-types
...
Fix remaining typescript type errors in react admin
2022-04-22 15:31:06 +08:00
Chi-Hsuan Huang
a6927c1621
Merge pull request #32698 from woocommerce/fix/admin-task-types
...
Fix typescript type errors in react admin `./client/tasks/task` & `./client/tasks/tests`
2022-04-22 14:48:51 +08:00
Joel Thiessen
6f4bb7050d
Merge pull request #32528 from woocommerce/update/32508_pnpx_deprecated
...
Updating all instances of now-deprecated `pnpx` to `pnpm dlx`
2022-04-21 10:16:31 -07:00
Alex López
4c243ddbc5
Updated e2e-utils changelog.
2022-04-21 12:26:37 +02:00
Alex López
0fffa6cba9
Disabled eslint task for staged files in e2e-utils until lint issues are addressed.
2022-04-21 09:49:07 +02:00
Alex López
d94bc5e78a
Fixed e2e-utils eslint config so that it depends on the package config file only.
2022-04-21 09:33:45 +02:00
RJChow
6151f4021c
Revert "Changed e2e payment settings page detection"
...
This reverts commit 1a7c40316e
.
2022-04-21 14:08:32 +08:00
Chi-Hsuan Huang
841692d14d
Add changelogs
2022-04-21 13:16:54 +08:00
RJChow
1a7c40316e
Changed e2e payment settings page detection
2022-04-21 13:14:28 +08:00
Chi-Hsuan Huang
7085ed7d96
Export InstallPluginsResponse data type from woo.data
2022-04-21 13:10:40 +08:00
Chi-Hsuan Huang
fbc1cf0e61
Correct stepper component props types
2022-04-21 12:45:02 +08:00
Chi-Hsuan Huang
8a1c684f55
Update data onboarding selector types
2022-04-21 12:44:35 +08:00
RJChow
bbb1af478b
changelogs
2022-04-21 11:29:58 +08:00
RJChow
60885707f1
types and lint
2022-04-21 11:29:28 +08:00
Roy Ho
ff2d7d704a
Merge pull request #32680 from woocommerce/fix/e2e-builds-private-package
...
e2e-builds: Private package for build logic of e2e
2022-04-20 18:33:41 -07:00
Chi-Hsuan Huang
e3f7ab99e0
Add woo data changelog
2022-04-21 09:04:32 +08:00
Chi-Hsuan Huang
8ec07913ba
Export woo data getTaskLists type
2022-04-21 09:04:32 +08:00
Paul Sealock
3ff4b2f309
whitespace
2022-04-21 12:56:11 +12:00
Fernando Marichal
43b120bce7
Add changelogs
2022-04-20 11:14:15 -03:00
Fernando Marichal
5dbc394784
Fix task list style conflict
2022-04-20 10:12:08 -03:00
Chi-Hsuan Huang
de5bf080e1
Add changelogs
2022-04-20 16:12:15 +08:00
Chi-Hsuan Huang
031cc79ab3
Update task types
2022-04-20 16:12:12 +08:00
Chi-Hsuan Huang
d6a8bbe2f2
Update onboaindg selector types
2022-04-20 12:48:24 +08:00
Chi-Hsuan Huang
5f1e177105
Convert woo data use-user-preferences.js to TS
2022-04-20 12:47:56 +08:00
Chi-Hsuan Huang
88fce4f5ab
Add @types/wordpress__core-data to woo data devDependencies
2022-04-20 12:47:12 +08:00
Ilyas Foo
62de7bae9c
Merge pull request #32662 from woocommerce/update/refactor-and-improve-tests-payments-task
...
Refactor and improve tests payments task
2022-04-20 10:38:28 +08:00
Chi-Hsuan Huang
98e3dd2192
Add changelogs
2022-04-19 16:41:03 +08:00
Chi-Hsuan Huang
a255013b61
Add @automattic/data-stores to @woommcerce/data dev deps
2022-04-19 16:30:48 +08:00
Chi-Hsuan Huang
345e4e1cf7
Update @woocommerce/data types
2022-04-19 16:30:02 +08:00
Chi-Hsuan Huang
95276dddfb
Make Pill classname optional
2022-04-19 16:29:36 +08:00
Paul Sealock
87cc903b3a
changelof
2022-04-19 15:30:35 +12:00
Paul Sealock
8be1d9f7be
package boilerplate
2022-04-19 15:23:52 +12:00
Paul Sealock
1c838e5bb0
declare deps
2022-04-19 15:20:50 +12:00
Paul Sealock
4e700a35ca
Create a private package to house e2e build logic
2022-04-19 14:59:46 +12:00
Ilyas Foo
f9f85103c5
Attempt to reenable e2e
2022-04-18 09:06:03 +08:00
Chi-Hsuan Huang
01276d492e
Add changelogs
2022-04-15 13:50:18 +08:00
Chi-Hsuan Huang
4cb893dda9
Update admin tsconfig to isolated from other projects
2022-04-15 13:50:18 +08:00
Chi-Hsuan Huang
6f5ada8748
Add Typescript type declarations for js packages
2022-04-15 13:50:17 +08:00
Ilyas Foo
5bd497b384
Merge pull request #32605 from woocommerce/update/32132-payment-logic-in-task-and-settings
...
Update payment gateway logic in payment task
2022-04-14 18:36:44 +08:00
Ilyas Foo
133e40bf57
Skip e2e tests to be addressed in follow-up
2022-04-14 18:02:03 +08:00
Chi-Hsuan Huang
863316ade7
Merge pull request #32518 from woocommerce/update/32516-woocommerce-admin-links
...
Update woocommerce-admin links to point to woocommerce repo
2022-04-14 13:40:25 +08:00
Ilyas Foo
bc76636f3f
Try fix e2e again
2022-04-14 11:42:32 +08:00
Ilyas Foo
942fa8d5de
More e2e
2022-04-14 10:54:03 +08:00
Ilyas Foo
1a129a2354
Change recommended ribbon to Pill
2022-04-14 10:52:12 +08:00
Ilyas Foo
6f8cb2b536
Merge remote-tracking branch 'origin/trunk' into update/32132-payment-logic-in-task-and-settings
2022-04-14 09:48:39 +08:00
Ilyas Foo
0fb4b5d9f5
Update e2e
2022-04-14 09:33:26 +08:00
Ilyas Foo
be1342420c
Add more timeout threshold for e2e
2022-04-14 08:09:24 +08:00
Joel Thiessen
0a0c6b45cf
Merge branch 'trunk' into update/32508_pnpx_deprecated
2022-04-13 12:35:29 -07:00
Lourens Schep
f15e38f55e
Fix minor css issues with complete task list item
2022-04-13 16:01:31 -03:00
Fernando
16424423bd
Merge branch 'trunk' into add/32157_tests_to_disable_welcome_modals
2022-04-13 14:33:27 -03:00
Lourens Schep
0c91a56f1f
Address minor PR feedback and UI issues
2022-04-13 11:20:26 -03:00
Lourens Schep
52922c9219
Add changelogs
2022-04-13 09:58:09 -03:00
Lourens Schep
68efbafcb5
Add sectioned task list component
2022-04-13 09:58:09 -03:00
Ilyas Foo
31bcf06ac8
Merge pull request #32467 from woocommerce/dev/32131-ui-changes-additional-payment-section
...
UI changes for set up payments task
2022-04-13 12:52:46 +08:00
Fernando
0a3359d1ac
Merge pull request #32527 from woocommerce/add/32141_pinterest_extension_to_obw
...
Add Pinterest extension to onboarding wizard and marketing task
2022-04-12 15:58:48 -03:00
Fernando Marichal
23b3250d10
Add package changelog
2022-04-12 10:38:50 -03:00
Fernando Marichal
e219a19229
Renamed `testAdminHomescreenWelcomeModal`
2022-04-12 10:38:27 -03:00
Ilyas Foo
859ab8884b
Fix e2e tests
2022-04-12 18:19:06 +08:00
Ilyas Foo
29e27fff35
Update e2e
2022-04-12 11:47:22 +08:00
Ilyas Foo
1fb2418e57
Add changelog for data package
2022-04-12 11:40:02 +08:00
Ilyas Foo
b7e156cdfa
Add changelog for data package
2022-04-12 11:19:09 +08:00
Chi-Hsuan Huang
0dcea11bf0
Merge pull request #32531 from Saggre/fix/table-card-docs
...
Fix TableCard component docs
2022-04-12 08:59:43 +08:00
Sakri Koskimies
52732f2bc1
Add changelog entry
2022-04-11 11:06:08 +03:00
Ilyas Foo
90c61e4bad
Revert WCPay suggestion UI changes
2022-04-11 11:55:05 +08:00
Chi-Hsuan Huang
c5cf0fbd79
Fix admin js-tests config path
2022-04-11 10:50:26 +08:00
Ilyas Foo
829b4c4480
Merge remote-tracking branch 'origin/trunk' into dev/32131-ui-changes-additional-payment-section
2022-04-11 09:42:23 +08:00
Fernando Marichal
35a2eb1f9f
Move test to `complete-onboarding-wizard`
2022-04-08 16:10:43 -03:00
Fernando Marichal
956a0dffa7
Fix lint
2022-04-08 09:13:19 -03:00
Fernando Marichal
bf12533f0f
Clean test
2022-04-08 09:13:07 -03:00
Fernando Marichal
00578d472f
Add welcome-modal e2e test
2022-04-08 09:12:59 -03:00
Fernando Marichal
b6611fb7c1
Add e2e tests
2022-04-08 09:12:49 -03:00
Sakri Koskimies
b6310900de
Fix TableCard component docs
2022-04-08 11:21:53 +03:00
Chi-Hsuan Huang
ba17630dca
Merge pull request #32515 from woocommerce/update/32296-wordpress-dependencies
...
Update @wordpress/* dependencies
2022-04-08 10:08:48 +08:00
Joel T
1c162a14d2
Updating all instances of pnpx to pnpm dlx/exec
2022-04-07 17:52:05 -07:00
Fernando Marichal
3159bde895
Add Pinterest to free extensions list
2022-04-07 18:07:00 -03:00
Niels Lange
5fbebe240c
Remove duplicate entry `verifyAndPublish`
2022-04-07 15:43:10 +02:00
Chi-Hsuan Huang
3fc88f0a71
Update links of woocommerce-admin to https://github.com/woocommerce/woocommerce
2022-04-07 17:02:43 +08:00
Chi-Hsuan Huang
a1a63e9433
Update package changelogs
2022-04-07 14:34:42 +08:00
Chi-Hsuan Huang
3443387045
Update @wordpress/icons from ^6.3.0 to ^8.1.0
2022-04-07 14:24:19 +08:00
Chi-Hsuan Huang
317dd7c9e9
Update @wordpress/base-styles from ^3.6.0 to ^4.3.0
2022-04-07 14:21:33 +08:00
Chi-Hsuan Huang
c60db1215e
Update @wordpress/hooks from ^2.12.3 to ^3.5.0
2022-04-07 14:18:13 +08:00
Chi-Hsuan Huang
70359c8d11
Update @wordpress/a11y from ^2.15.3 to ^3.5.0
2022-04-07 14:16:46 +08:00
Ilyas Foo
4c4edc1c03
Fix css
2022-04-07 11:23:04 +08:00
Ilyas Foo
f82b5d78f1
Fix css and test
2022-04-06 21:31:50 +08:00
Ilyas Foo
f50379d8a2
Update all onboarding card images
2022-04-06 19:15:08 +08:00
Chi-Hsuan Huang
2b1f54b09d
Set up lint-staged configuration for each package
2022-04-06 17:31:32 +08:00
Ilyas Foo
16c28e3599
Fix css
2022-04-06 16:41:27 +08:00
Ilyas Foo
ffdf1e6c02
More adjustments
2022-04-06 16:25:33 +08:00
Ilyas Foo
3050cacc39
Minor adjustments
2022-04-06 16:25:33 +08:00
Ilyas Foo
1f8988675f
Some adjustment to card footer
2022-04-06 16:25:32 +08:00
Ilyas Foo
1980fac6fd
Revamp WCPay suggestion in payments task
2022-04-06 16:25:32 +08:00
Ilyas Foo
fd4a4a5604
Add is_offline flag and split payment sections
2022-04-06 16:25:31 +08:00
Jamel Noel Reid
8812feedaa
Merge pull request #32419 from woocommerce/e2e/db-healthcheck
...
Only start PHP containers after a successful healthcheck against DB
2022-04-04 04:09:24 -05:00
Lucas Bustamante
3253b1222f
Changelog
2022-04-01 17:00:18 +01:00
Lucas Bustamante
20be0bc3e6
Wait as part of the up process
2022-04-01 14:37:47 +01:00
Lucas Bustamante
c4fede5c43
Wait as part of the up process
2022-04-01 14:32:50 +01:00
Lucas Bustamante
476f30b3e0
Initialize if WordPress is not installed or page ready does not exist
2022-04-01 14:28:19 +01:00
Lucas Bustamante
253eedc516
Remove wait for it on wp-cli entrypoint
2022-04-01 14:27:47 +01:00
Lucas Bustamante
9b7485a449
Revert "Remove wait-for-it"
...
This reverts commit aefca35ad7
.
2022-04-01 13:12:02 +01:00
Lucas Bustamante
aefca35ad7
Remove wait-for-it
2022-04-01 13:11:57 +01:00
Lucas Bustamante
d6a37a490e
Merge branch 'trunk' into e2e/db-healthcheck
2022-04-01 11:53:55 +01:00
Lucas Bustamante
4c6989122d
Re-bump the compose spec version and remove restart policy again
2022-04-01 11:52:59 +01:00
RJChow
2c630ccd9e
Manually change i18n text domain from 'woocommerce-admin' to 'woocommerce' in WCA JS packages .md files
2022-04-01 11:41:32 +08:00
RJChow
12a818c04d
Codemod to change i18n text domain from 'woocommerce-admin' to 'woocommerce' in JS packages
2022-04-01 11:41:32 +08:00
rodelgc
989f50daa3
GH Action for generating reports in CI ( #32375 )
...
Added: CI job to upload API test reports on PR events.
2022-04-01 10:24:09 +08:00
Fernando
610a48185c
Merge pull request #32408 from woocommerce/fix/32407_move_admin_e2e_tests
...
Add missing Admin e2e tests
2022-03-31 14:37:23 -03:00
Lucas Bustamante
11f456f058
Lower the compose spec version again
2022-03-31 17:33:49 +01:00
Lucas Bustamante
b26704791b
Re-add restart policy
2022-03-31 17:12:54 +01:00
louwie17
30ea9baf62
Merge pull request #32418 from woocommerce/fix/daily_e2e_tests
...
Fix daily e2e tests for WooCommerce Shipping & Tax
2022-03-31 10:59:44 -03:00
jamelreid
c14a2f53b0
Updated CHANGELOG.md
2022-03-31 08:38:35 -05:00
jamelreid
6e296cab6c
Merge branch 'trunk' into e2e/db-healthcheck
2022-03-31 08:23:18 -05:00
Lourens Schep
2bdf24ab9c
Revert deactivate plugin change
2022-03-30 12:38:49 -03:00
Lourens Schep
c268e9c386
Add changelog
2022-03-30 12:38:48 -03:00
Lourens Schep
8dc7bfbb85
Use assets browser download url if it exists over archive tag name
2022-03-30 12:38:47 -03:00
Lourens Schep
b52935229e
Use POST request for deactivating to handle more plugin names
2022-03-30 12:38:47 -03:00
Lourens Schep
39254344f2
Fix reset with shipping & tax plugin
2022-03-30 12:38:46 -03:00
Lourens Schep
775e7117a1
Add build-watch to most js packages and remove packages watch from woocommerce-admin command
2022-03-30 11:46:12 -03:00
Lucas Bustamante
18751588c0
Increase allowed retries just in case
2022-03-30 15:09:46 +01:00
Lucas Bustamante
c0fdf45c1c
Only start PHP containers after a successful healthcheck against DB
2022-03-30 15:03:30 +01:00
rodelgc
b30179f8d2
Added: Command to generate HTML report
2022-03-30 10:57:11 +08:00
Fernando Marichal
89f6032cba
Add missing e2e tests
...
This commit adds the tests: `testDifferentStoreCurrenciesWCPay`, `testSubscriptionsInclusion` and `testBusinessDetailsForm`
2022-03-29 19:16:03 -03:00
Lucas Bustamante
c22b56346b
Merge pull request #32004 from woocommerce/e2e/pkg-woocommerce-api-docs
...
Update docs of @woocommerce/api
2022-03-29 15:21:25 +01:00
Lucas Bustamante
d45f7051a4
PR Review
2022-03-29 15:04:37 +01:00
Lucas Bustamante
3e9e76ef7a
Update packages/js/api/README.md
...
Co-authored-by: Greg <71906536+zhongruige@users.noreply.github.com>
2022-03-29 15:02:42 +01:00
Lucas Bustamante
4cfb412a57
PR Review
2022-03-29 15:02:04 +01:00
Lucas Bustamante
1d036a79e7
Update packages/js/api/README.md
...
Co-authored-by: Greg <71906536+zhongruige@users.noreply.github.com>
2022-03-29 15:00:08 +01:00
Lucas Bustamante
922a72ef7e
PR Review
2022-03-29 14:58:42 +01:00
Chi-Hsuan Huang
6f03e42dd1
Add @babel/runtime to dev dependencies of js packages
2022-03-29 16:46:06 +08:00
Chi-Hsuan Huang
5c705bc52b
Update eslint-plugin recommended rules
2022-03-29 16:08:07 +08:00
Chi-Hsuan Huang
81a1f4244a
Add .eslintrc config to each packages
...
Update packages .eslintrc.js
Update components & admin-e2e-tests lint command
2022-03-29 16:08:07 +08:00
Chi-Hsuan Huang
df5b506b97
Add lint command to js packages
...
Update lint js commands
Update customer-effort-score/package.json
2022-03-29 16:08:06 +08:00
Chi-Hsuan Huang
d023349168
Add .eslintrc.js for js packages
2022-03-29 16:07:09 +08:00
Chi-Hsuan Huang
d45606293c
Fix js package lint errors
2022-03-29 16:07:08 +08:00
louwie17
2215c9ab3e
Merge pull request #32347 from woocommerce/add-dev-scripts
...
Add build-watch command for woocommerce-admin
2022-03-28 08:55:57 -03:00
louwie17
7796d908b9
Merge pull request #32365 from woocommerce/fix/32364_smoke_tests
...
Skip deletion of PLUGIN_NAME when used by environment variables
2022-03-28 08:55:15 -03:00
Chi-Hsuan Huang
7c15f83a3f
Merge pull request #32359 from woocommerce/fix/32358-js-lint-errors
...
Fix js packages lint errors
2022-03-28 10:52:02 +08:00
Lourens Schep
1c26554abb
Also skip PLUGIN_NAME when used by environment variables
2022-03-25 12:35:36 -03:00
Chi-Hsuan Huang
d5a9b5789c
Merge pull request #32337 from woocommerce/fix/currency-docs
...
Define `NumberConfig` data type, export type declarations from `@woo…/currency`
2022-03-25 18:24:37 +08:00
Chi-Hsuan Huang
76cf618298
Merge pull request #32325 from woocommerce/add/number-docs
...
Update `@woo…/number` code docs, define & export type declarations.
2022-03-25 18:24:22 +08:00
Chi-Hsuan Huang
ab18914ada
Fix e2e-utils lint errors
...
Fix e2e-utils/src/components.js
2022-03-25 16:55:40 +08:00
Chi-Hsuan Huang
11e2df64ca
Fix e2e-environment lint errors
2022-03-25 16:24:13 +08:00
Chi-Hsuan Huang
167ca8d4b4
Fix @woocommerce/api lint errors
2022-03-25 16:23:12 +08:00
louwie17
80ec23c425
Merge pull request #32298 from woocommerce/feature/32163_new_task_list_header
...
Add task list progress header
2022-03-24 16:32:46 -03:00
Lourens Schep
a3e9a60577
Remove duplicate property type
2022-03-24 15:26:15 -03:00
Lourens Schep
c281ddb820
Add progress header bar to task list experiment
2022-03-24 15:25:06 -03:00
Lourens Schep
9a6c077b69
Add build-watch command for woocommerce-admin
2022-03-24 15:09:15 -03:00
Lourens Schep
4a76505fdf
Add comment for woocommerce-reset plugin addition
2022-03-24 14:11:18 -03:00
Lourens Schep
d032c5d603
Skip deletion of the wp mail logging plugin as it is required for testing
2022-03-24 14:08:03 -03:00
Lourens Schep
cb6e15523b
Add prepare command to project.json
2022-03-24 14:08:03 -03:00
Lourens Schep
20c0c85f9c
Fix admin-e2e-test dependency and add new purchase task E2E test, also added the WooCommerce reset plugin
2022-03-24 14:08:03 -03:00
rodelgc
15fbc0be9a
Removed faker dependency ( #32069 )
...
* Removed faker dependency
2022-03-24 15:30:40 +08:00
louwie17
eb081aa9fa
Merge pull request #32320 from woocommerce/add/32161_reminder_bar
...
Add reminder bar for task list experiment
2022-03-23 17:12:05 -03:00
Tomek Wytrębowicz
f7580b98a4
Define CurrencyConfig type, export declarations
...
Redo afa01e3342
2022-03-23 15:50:14 +01:00
Tomek Wytrębowicz
fcf529b87c
Remove unrelated Google Search link form README
...
Redo 1c4c8b4c15
2022-03-23 15:42:22 +01:00
RJ
fc163b6dc9
Merge pull request #32313 from woocommerce/dev/publish-wca-packages
...
Bump WCA JS packages version numbers in package.json and changelogs
2022-03-23 11:18:04 +08:00
Tomek Wytrębowicz
b03b1184ac
Fix returned type of `numberFormat`.
...
`locutus/php/strings/number_format` seems to always return a `String`.
Redo baa0c5d2b4
.
2022-03-22 20:56:07 +01:00
Tomek Wytrębowicz
0b959cfc70
Update `formatValue` docs, explain "based on type",
...
Fix the returned value's type.
Redo 5d7d53f01a
.
2022-03-22 20:55:03 +01:00
Tomek Wytrębowicz
6013099e7f
Define NumberConfig data type, export type declarations.
...
Redo 8cdc828b37
.
2022-03-22 20:52:30 +01:00
Lourens Schep
25d6b6d528
Add reminder bar for task list experiment
2022-03-22 12:28:58 -03:00
rjchow
43f81cbf69
Bumped WCA JS package version numbers
2022-03-22 16:08:24 +08:00
Chi-Hsuan Huang
0530ee122c
Fix explat assignment-test.js for node >= 16
2022-03-22 11:24:59 +08:00
Chi-Hsuan Huang
24595bd2cb
Fix jest config paths
2022-03-21 18:28:05 +08:00
Christopher Allford
3dd60322d5
Migrated WooCommerce Admin PHP Code
...
This commit moves all of the PHP code from `plugins/woocommerce-admin`
to its new home in `plugins/woocommerce`.
- `plugins/woocommerce-admin/src` -> `plugins/woocommerce/src/Admin`
- `plugins/woocommerce-admin/src-internal` -> `plugins/woocommerce/src/Internal`
- `plugins/woocommerce-admin/includes` -> `plugins/woocommerce/includes/react-admin`
2022-03-18 15:23:33 -07:00
Christopher Allford
93e44b3628
Updated React Admin Build Output
...
This changes the output of the React-based
admin client from WooCommerce Admin to
an appropriate location in the core plugin.
2022-03-18 14:53:25 -07:00
Christopher Allford
d2d8d78be1
Moved WCA Packages
...
This commit moves all of the packages in
`plugins/woocommerce-admin/packages` to their
new home in `packages/js`.
2022-03-18 14:25:26 -07:00
Jorge A. Torres
ca7bedd249
Merge pull request #31987 from woocommerce/fix/internal-links-in-readmes
...
Fix internal links in README files
2022-03-15 15:38:46 -05:00
Nestor Soriano
904ec4343c
Fix misc links in READMEs and GitHub templates.
2022-03-15 16:01:12 +01:00
Lucas Bustamante
97c4688230
Typo and rewording
2022-03-01 18:43:02 -03:00
Lucas Bustamante
7b30436e21
Italic asterisk
2022-03-01 18:42:11 -03:00
Lucas Bustamante
e443e8c362
Literal asterisks and typo
2022-03-01 18:41:25 -03:00
Lucas Bustamante
ca58e7873f
Update docs, see commit description
...
Remove word "isometric", the correct word is "isomorphic", but I've went for "works both on Browser and Node" instead.
Added asterisks on "TypeScript definitions and Repositories" feature list
Added a section outlining the differences between this package and @woocommerce/woocommerce-rest-api
2022-03-01 18:34:32 -03:00
Lucas Bustamante
31fae36caa
Update XPath syntax
2022-02-28 17:41:00 -03:00
Lucas Bustamante
c90e11ea3d
Refactor merchant logout
2022-02-28 17:09:19 -03:00
Alejandro López Ariza
5af5be5100
Added new tests to wp-admin-order-edit.test.js for covering merchant management actions over downloadable products. ( #31650 )
...
* Added new tests to wp-admin-order-edit.test.js for covering merchant management actions over downloadable products.
* Updated changelogs from e2e-utils and e2e-core packages.
* - Fixed minor issue from wp-admin-order-edit.test.js when running tests in browser mode.
- Changed those tests so that products and orders are deleted individually after every test run.
- Added deleteOrder() and deleteProduct() functions to withRestApi.
Co-authored-by: rodelgc <rodel.calasagsag@automattic.com>
2022-02-28 15:24:33 +08:00
Tung Du
3b637f1e93
Fix: `shopper.emptyCart()` issue. ( #31977 )
...
* fix: shopper.emptyCart
* ensure emptyCart work with cart containing multiple products
2022-02-25 16:14:42 +08:00
Ron Rennick
8ef39e2269
Merge pull request #31909 from woocommerce/fix/31907
...
Exclude the project root when ran in GitHub CI
2022-02-23 11:34:29 -04:00
jamelreid
9837274a66
Updated CHANGELOG.md
2022-02-22 13:06:51 -05:00
jamelreid
256d766518
Updated logic to resolveSingleE2EPath
...
All tests are expected to be found in the tests/e2e directory, so in the event that tests/e2e is a part of the single test path, it is removed to ensure the file path is correct.
2022-02-18 13:02:59 -05:00
Ron Rennick
4fa9cf1051
missed package bumps from #31836
2022-02-18 13:14:06 -04:00
Ron Rennick
34b5cae86f
exclude test results from package publish
2022-02-18 13:06:29 -04:00
jamelreid
a756af894c
Clean up
2022-02-18 09:22:56 -05:00
Tam Mullen
74c72274a7
Add docker:wait to e2e env for waiting without running tests
2022-02-17 22:31:26 +00:00
Alex Florisca
491a04b52d
Fix link click for shopper.searchForProduct
2022-02-17 15:43:28 +00:00
jamelreid
c73c2be097
Exclude the project root when ran in GitHub CI
2022-02-16 23:31:04 -05:00
Ron Rennick
5b78782a95
Merge pull request #31665 from woocommerce/packages/api/json-transform-tests
...
Partially fix the Order Model for JSON transforms in the @woocommerce/api package
2022-02-14 11:30:57 -04:00
Lucas Bustamante
3eeb1f239f
Merge pull request #31868 from woocommerce/add/api-t-documentation
...
Added documentation around certain conventions in API tests.
2022-02-09 19:35:20 -03:00
Lucas Bustamante
4ad028eab4
Merge pull request #31839 from woocommerce/fix/31748
...
update slack export to build version
2022-02-09 19:31:47 -03:00
Rodel
cf90bda319
Added documentation
2022-02-09 15:14:55 +08:00
Lucas Bustamante
03614e54ae
Tweak comment
2022-02-07 18:16:37 -03:00
Jon Lane
ad99dda910
Added CHANGELOG entry
2022-02-07 13:14:10 -08:00
Lucas Bustamante
0cf1b69c7a
Rename/move test to more appropriate location
2022-02-07 18:13:02 -03:00
Lucas Bustamante
0bc908f8d2
CR: Spacing
2022-02-07 18:10:31 -03:00
Lucas Bustamante
cd2ed17200
CR: Simplify code
2022-02-07 18:10:02 -03:00
Lucas Bustamante
299b7c0bdd
Remove display_key/display_value from coupon_line on Order test
2022-02-07 18:08:26 -03:00
Lucas Bustamante
ae5d23ce9f
Rename property, code style changes, add developer comment
2022-02-07 18:05:06 -03:00
Lucas Bustamante
8b859ffb25
Merge branch 'trunk' into packages/api/json-transform-tests
2022-02-07 17:53:55 -03:00
Jon Lane
00536e4442
Update instructions for external sites
2022-02-07 11:56:14 -08:00
Jamel Noel Reid
87b69a8f26
Merge pull request #31732 from woocommerce/e2e/add-force-to-test-scaffold
...
Add --force to test scaffold
2022-02-04 14:08:23 -05:00
Ron Rennick
3bb27bdc79
update slack export to build version
2022-02-04 14:48:56 -04:00
Jonathan Lane
5d2b764da1
Merge pull request #31835 from woocommerce/e2e/bump-default-wp
...
bump e2e-environment to WP 5.9.X default
2022-02-04 10:44:25 -08:00
Jonathan Lane
d3183be8a5
Merge pull request #31838 from woocommerce/fix/31456
...
use OS path separator in installFiles
2022-02-04 10:38:50 -08:00
Ron Rennick
5c12aaa877
use OS path separator in installFiles
2022-02-04 14:17:54 -04:00
Ron Rennick
da49a03b52
bump e2e-environment to WP 5.9.X default
2022-02-04 12:36:45 -04:00
Lucas Bustamante
6ec677643f
CR: Spacing
2022-02-04 12:21:57 -03:00
Lucas Bustamante
4c8c792869
CR: Spacing
2022-02-04 12:20:59 -03:00
Lucas Bustamante
345faa6ea5
Skip confirmation for test files as well with --force
2022-02-03 20:47:14 -03:00
Lucas Bustamante
f9c90b87ef
Space for consistency
2022-02-03 20:36:18 -03:00
Lucas Bustamante
d63a697d20
Merge branch 'trunk' into e2e/add-force-to-test-scaffold
2022-02-03 20:35:34 -03:00
Lucas Bustamante
1688d66484
Avoid calling substr method on undefined
...
Co-authored-by: Jamel Noel Reid <MrJnrman@users.noreply.github.com>
2022-02-03 20:35:03 -03:00
Ron Rennick
eac5fb5c67
Merge branch 'trunk' into e2e/prepare-release
2022-02-03 15:30:07 -04:00
Lucas Bustamante
c1cf58437f
Remove tweak to work with both snake_case and camelCase
2022-02-03 11:26:49 -03:00
Lucas Bustamante
23b1c10518
Merge branch 'trunk' into packages/api/json-transform-tests
2022-02-02 18:14:31 -03:00
Ron Rennick
8508884c62
Merge branch 'trunk' into fix/31576
2022-02-02 15:12:55 -04:00
Ron Rennick
c607bbfeb8
pre-release changelog fixes
2022-02-01 15:37:31 -04:00
jamelreid
7d42347537
Updated test not found output
2022-02-01 13:27:25 -05:00
jamelreid
c9862f7a44
Merge branch 'trunk' into try/remove-some-test-label
2022-02-01 13:24:58 -05:00
Ron Rennick
57ad5e388a
add puppeteer dependency
2022-01-28 13:15:45 -04:00
Ron Rennick
933de44557
remove pnpm rule, fix utils build
2022-01-28 12:34:49 -04:00
jamelreid
7d7b9996f5
Updated CHANGELOG.md
2022-01-27 13:29:32 -05:00
jamelreid
cef0dd877b
Updated CHANGELOG.md
2022-01-27 12:39:50 -05:00
jamelreid
19fa73acfd
Updated top level menu css selectors
...
This is done to ensure that page load tests work regardless of the order of the top level menu list.
2022-01-27 12:38:20 -05:00
jamelreid
68af14a26b
Updated to handle removing directories
2022-01-27 10:11:13 -05:00
Lucas Bustamante
1703aeddc4
Code style
2022-01-26 13:36:39 -03:00
Lucas Bustamante
e1ca45e07d
Keep original if statement order
2022-01-26 13:35:03 -03:00
Lucas Bustamante
15291424e2
Add --force argument to scaffold test setup files without confirmation
2022-01-26 13:27:25 -03:00
Lucas Bustamante
cac95a3433
Scaffold --force wip
2022-01-26 13:13:18 -03:00
jamelreid
bba4a3a1a4
Updated file path
2022-01-25 15:13:18 -05:00
jamelreid
ac782638d3
Merge branch 'trunk' into try/remove-some-test-label
2022-01-25 15:12:25 -05:00
Jamel Noel Reid
27eba955dd
Merge pull request #31726 from woocommerce/update/31615
...
update test-result.json handling to copy the file to the local folder
2022-01-25 15:09:43 -05:00
Ron Rennick
6327596767
update testresult.json handling to copy the file to the local folder
2022-01-25 13:48:20 -04:00
Ron Rennick
6687e5847e
fix environment dependencies
2022-01-25 13:04:17 -04:00
jamelreid
48bfc2c3b2
Made summary output more dynamic
2022-01-25 11:41:28 -05:00
Ron Rennick
75fec513e1
fix merge conflicts
2022-01-24 13:39:38 -04:00
jamelreid
b46e681597
Updated path to test-results.json
2022-01-24 10:22:29 -05:00
jamelreid
9cd3c6976d
Used resolveLocalE2ePath for path to test results
2022-01-21 17:51:46 -05:00
Jonathan Lane
dc381f4305
Merge pull request #31625 from woocommerce/e2e/test-results-full-path
...
Show full path to test-result.json file
2022-01-19 14:26:32 -08:00
Lucas Bustamante
baa2d15c2d
ts-jest ^27 is incompatible with chalk <3.0.0
...
This breaks the build in the monorepo due to some package using chalk <3.0.0, reverting back to jest/ts-jest ^25 seems like the lesser evil
2022-01-19 13:47:29 -03:00
Lucas Bustamante
58e2c6ecaa
Merge branch 'trunk' into packages/api/json-transform-tests
2022-01-19 13:28:32 -03:00
Lucas Bustamante
5deef1b4b2
Add tests and partial fix of coupon_lines and refunds
2022-01-19 13:28:16 -03:00
Lucas Bustamante
5ea6f671d3
Add tests and partial fix of tax_lines
2022-01-19 13:16:45 -03:00
Lucas Bustamante
f23587cde6
Add tests and partially fix line_items, fee_lines, shipping_lines
2022-01-19 13:11:59 -03:00
jamelreid
7eef1abb02
Added a 45 second timeout to the beforeAll hook
2022-01-18 17:52:11 -05:00
Lucas Bustamante
6489025273
Hydrate from snake_case or camelCase, depending on applied transformers
2022-01-18 19:36:38 -03:00
Lucas Bustamante
2120c08eb0
Tests WIP
2022-01-18 19:36:18 -03:00
Lucas Bustamante
46af82a842
Make OrderLineItem hydratable
2022-01-18 19:36:06 -03:00
Lucas Bustamante
3c8c6e7718
Rename properties according to WooCommerce API
2022-01-18 19:35:56 -03:00
Lucas Bustamante
6a6ceaa3f4
Add more keys to be converted
2022-01-18 19:35:38 -03:00
Ron Rennick
7c04c5893c
e2e package changelog cleanup
2022-01-18 05:04:32 -04:00
Lucas Bustamante
b75f8adbb5
Test that a JSON payload is transformed as expected (WIP)
2022-01-17 16:25:49 -03:00
Lucas Bustamante
770bd181ce
Split Shipping and Billing Addresses as they have different properties
2022-01-17 16:25:23 -03:00
Lucas Bustamante
c6ac637fa6
Bump ts-jest to same version of jest ^27
2022-01-17 09:37:45 -03:00
Ron Rennick
1c1fceb304
e2e-core-test package cleanup
2022-01-14 15:44:08 -04:00
Greg
3457917a3a
Merge pull request #31629 from woocommerce/fix/remove-duplicate-path-from-actions
...
Remove the need for duplicate `plugins/woocommerce` in path when running a single E2E test
2022-01-13 15:05:31 -07:00
Greg
c9953da73c
Merge branch 'trunk' of https://github.com/woocommerce/woocommerce into add/apt-publish-config
2022-01-13 12:16:39 -07:00
jamelreid
c1d0f510af
Updated CHANGELOG.md
2022-01-13 10:52:55 -05:00
jamelreid
b89b67658a
Updated method import
2022-01-13 10:52:44 -05:00
jamelreid
564ea31c5d
Changed method name to resolveSingleE2EPath
2022-01-13 10:52:15 -05:00
jamelreid
e1f030f832
Updated comments
2022-01-12 18:37:05 -05:00
jamelreid
f08da97fe6
Updated CHANGELOG.md
2022-01-12 18:27:43 -05:00
jamelreid
60630d19a2
Updated comments
2022-01-12 18:27:35 -05:00
jamelreid
cb3dee07ee
Updated removePathDuplicates for smoke tests
2022-01-12 18:04:36 -05:00
jamelreid
d49a68079e
Imported and used removePathDuplicates method
2022-01-12 15:44:41 -05:00
jamelreid
059346a725
Added removePathDuplicates method
...
This method ensures that we can execute tests using a relative path with or without `plugins/woocommerce` and/or `tests/e2e` prepended on the test file path.
2022-01-12 14:00:00 -05:00
Lucas Bustamante
926fed6828
Store test-results.json file in the project under test folder
2022-01-12 14:09:38 -03:00
Lucas Bustamante
1a6708b57c
Keep the test-results.json file in the root dir of e2e-environment
2022-01-12 13:50:10 -03:00
Lucas Bustamante
037c6205d0
Remove extra space
2022-01-12 13:46:42 -03:00
Lucas Bustamante
e124d4125a
Add changelog
2022-01-12 13:44:32 -03:00
Lucas Bustamante
2cbedb1dc8
Show full path to test-result.json file
2022-01-12 13:39:38 -03:00
Ron Rennick
e5084c1ae9
Merge pull request #31559 from woocommerce/fix/31469
...
Allow multiple screenshots per test fix
2022-01-10 13:40:50 -04:00
Jonathan Lane
be9189cff9
Merge pull request #31495 from woocommerce/add/e2e-more-variation-tests
...
Add/e2e more variation tests
2022-01-10 09:05:36 -08:00
jonathansadowski
dabd2c6bf2
Merge pull request #31581 from woocommerce/fix/circular-reference
...
change extension on scaffolding sample scripts
2022-01-07 14:26:47 -06:00
Jonathan Lane
54c3621cc8
Merge branch 'trunk' into fix/31469
2022-01-07 09:22:16 -08:00
Lucas Bustamante
e5adc1c3e7
Merge pull request #31574 from woocommerce/try/e2e-build
...
fix jest-circus dependency, pnpm e2e-environment build
2022-01-07 12:04:01 -03:00
Rodel
fba4ddd94e
Merge branch 'trunk' into add/e2e-more-variation-tests
2022-01-07 15:04:57 +08:00
Lucas Bustamante
9d85ba8f00
Merge branch 'trunk' into e2e/add-build-to-e2e-core-tests
2022-01-06 12:14:25 -03:00
Ron Rennick
a1784c5beb
change extension on scaffolding sample scripts
2022-01-06 11:02:05 -04:00
Rodel
7924b79929
Merge branch 'trunk' into add/e2e-more-variation-tests
2022-01-06 18:27:51 +08:00
Ron Rennick
2071da88ef
fix jest-circus dependency, pnpm e2e-environment build
2022-01-05 22:04:50 -04:00
jonathansadowski
d71a9d9ba9
Revert "Add config default values"
2022-01-05 14:44:31 -06:00
Lucas Bustamante
52adffb8b0
Add CHANGELOG.md to distributable package
2022-01-05 13:23:36 -03:00
Lucas Bustamante
38cab954c4
Add installFiles folder as part of the distributable package
2022-01-05 13:22:03 -03:00
Lucas Bustamante
f881cc7c99
Do not include "src" and build files into npm package
2022-01-04 22:15:12 -03:00
Lucas Bustamante
2e1a021195
Merge branch 'trunk' into e2e/add-build-to-e2e-core-tests
2022-01-04 16:00:02 -03:00
Jonathan Lane
2a066286e4
Merge branch 'trunk' into fix/31469
2022-01-04 10:59:49 -08:00
Jon Lane
02be80b3e5
Update changelog
2022-01-04 10:34:38 -08:00
Jon Lane
333ea308b8
Append datetime string to end of filename for screenshot
2022-01-04 10:34:30 -08:00
jamelreid
094e9b5b62
Merged trunk into add/config-default-values
2022-01-03 18:25:59 -05:00
jamelreid
f16ee73f98
Updated CHANGELOG.md
2022-01-03 18:21:26 -05:00
jamelreid
7ff7b14cb4
Required config from @woocommerce/e2e-environment
2022-01-03 17:41:46 -05:00
jamelreid
7284163ce5
Added @woocommerce/e2e-environment peer dependency
...
Also removed config as a dependency
2022-01-03 17:40:43 -05:00
jamelreid
5c9032a3cc
Removed config dependency
2022-01-03 17:39:04 -05:00
Lucas Bustamante
b75ac0897f
Undo renaming of property
2022-01-03 17:04:29 -03:00
Lucas Bustamante
a2eaf0ea55
Revert "pnpm update"
...
This reverts commit 1b4aa0e37d
.
2022-01-03 16:40:08 -03:00
Jon Lane
70bab8276d
Updated CHANGELOG
2022-01-03 11:18:07 -08:00
Jon Lane
2a9d5146ea
Move merchant.login out of beforeAll block
2022-01-03 11:04:24 -08:00
Lucas Bustamante
1b4aa0e37d
pnpm update
2022-01-03 14:18:21 -03:00
Lucas Bustamante
82b76d1983
Add babel dependencies to build transpiled CJS code
2022-01-03 14:11:53 -03:00
jamelreid
e893aa9f37
Merged add/config-default-values with trunk
2022-01-03 09:26:43 -05:00
Lucas Bustamante
68025d3db5
Use __dirname instead of process.cwd()
2021-12-29 13:47:46 -03:00
Lucas Bustamante
6bb196674e
Update path to find CSV
2021-12-29 13:27:15 -03:00
Lucas Bustamante
1bd7e794a2
Move back test-data
2021-12-29 13:26:55 -03:00
Lucas Bustamante
39d374bf03
test-data also needs to be inside src folder
2021-12-29 10:52:12 -03:00
Lucas Bustamante
4aa8df266d
Add changelog entry
2021-12-29 10:23:11 -03:00
Lucas Bustamante
1f9d12f5e6
Fix path after moving files
2021-12-29 10:17:51 -03:00
Lucas Bustamante
0108d4c7ec
Preserve folder/file structure as before inside the "src" folder
2021-12-29 10:12:21 -03:00
Lucas Bustamante
05291dcc18
Keep the entrypoint the index.js at the root
2021-12-29 10:01:48 -03:00
Lucas Bustamante
14d53393d8
Add build step and update package main/module entrypoints
2021-12-29 09:25:19 -03:00
Lucas Bustamante
60e56eef96
Rename "specs" folder to "src" as required by the build script
2021-12-29 09:24:47 -03:00
Lucas Bustamante
e89b8829bb
Normalized 4 spaces as tabs
2021-12-27 16:27:08 -03:00
Lucas Bustamante
65d622558f
Add changelog
2021-12-27 11:30:40 -03:00
Lucas Bustamante
a700531d12
Merge branch 'trunk' into e2e/add-missing-entries-to-default-json
2021-12-27 08:40:28 -03:00
Lucas Bustamante
0f29032a93
Add "defaultAttributes" JSON key
2021-12-27 08:40:07 -03:00
Greg
0023c319d2
Merge pull request #31484 from woocommerce/add/low-stock-threshold
...
Add low stock threshold to the WooCommerce API package
2021-12-26 20:00:48 -07:00
Lucas Bustamante
02e08bccb2
Add missing entries to default.json
2021-12-24 12:50:04 -03:00
Ron Rennick
4ee75fc5d2
updates per review
2021-12-23 14:47:03 -04:00
jamelreid
f9cb8a7617
Updated price assignment
2021-12-23 12:05:59 -05:00
jamelreid
ef00eaa70e
Merge branch 'trunk' into add/low-stock-threshold
2021-12-23 10:21:08 -05:00
jamelreid
d83a83ae0c
Updated JSDoc to description
2021-12-23 10:20:40 -05:00
jamelreid
35784f2f3a
Updated JSDoc type
2021-12-23 10:18:50 -05:00
Ron Rennick
0323025179
update readme, changelog
2021-12-22 14:54:04 -04:00
Rodel
d054b9f4ea
Minor refactor
2021-12-23 02:37:31 +08:00
Rodel
df284e6fcf
Changed: common steps to functions
2021-12-23 02:13:02 +08:00
Ron Rennick
60e1820898
dismiss onboarding wizard on page load tests
2021-12-22 13:59:38 -04:00
Rodel
85b2fc62f8
Added: can bulk-edit variations
2021-12-23 00:28:50 +08:00
jamelreid
3e1e7a635e
Merged add/config-default-values with trunk
2021-12-22 10:22:37 -05:00
jamelreid
bab269a544
Merge branch 'trunk' into add/config-default-values
2021-12-22 10:19:27 -05:00
Ron Rennick
d2390950d2
Merge pull request #31397 from woocommerce/add/post-external-smoke-test-results-to-pr
...
Post external smoke test results to GitHub PR
2021-12-22 10:04:44 -04:00
Rodel
045c877e3c
Added: can remove a variation
2021-12-22 21:04:18 +08:00
Rodel
2e7b663b0f
Added: can set variation defaults
2021-12-22 20:26:28 +08:00
Rodel
0cd62cf0e8
Added: can manage stock at variation level
2021-12-22 19:37:22 +08:00
Rodel
f4e68859b9
Added: can manually add a variation
2021-12-22 18:44:17 +08:00
Rodel
c9b89351b0
Added: can delete all variations
2021-12-22 18:14:50 +08:00
jamelreid
f252c4925b
Updated product price assignment
2021-12-21 14:52:47 -05:00
jonathansadowski
71cdcf322c
Merge pull request #31465 from woocommerce/fix/fail-package-builds-2
...
Add needed packages to build e2e
2021-12-20 11:11:19 -06:00
Jamel Noel Reid
8920b4686e
Update CHANGELOG.md
2021-12-20 11:51:43 -05:00
Jamel Noel Reid
2712e737a8
Update packages/js/e2e-environment/CHANGELOG.md
...
Co-authored-by: Ron Rennick <ron@ronandandrea.com>
2021-12-20 11:49:16 -05:00
jamelreid
53a7c0d16c
Merge branch 'trunk' into add/config-default-values
2021-12-20 10:54:09 -05:00
jamelreid
5b63fa9a75
Merged trunk into add/post-external-smoke-test-results-to-pr
2021-12-20 10:51:04 -05:00
jamelreid
8078b0cdaf
Added low stock threshold
2021-12-17 12:38:19 -05:00
jamelreid
40d14043d2
Updated CHANGELOG.md
2021-12-17 12:37:09 -05:00
Greg
e7d3a65752
Merge branch 'trunk' of https://github.com/woocommerce/woocommerce into add/plugin-upload-test-functionality
2021-12-16 13:39:15 -07:00
Greg
77bb3e958d
Logic for private repos and minor tweaks
2021-12-16 09:58:11 -07:00
roykho
b1e7abcd4a
Add needed packages to build e2e
2021-12-16 07:48:52 -08:00