Paul Sealock
5537da6e9d
Packages: Add Changelogger scripts ( #32813 )
2022-05-05 15:26:36 +12:00
Christopher Allford
9a22c62505
Added Changelogs
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
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
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
RJChow
6151f4021c
Revert "Changed e2e payment settings page detection"
...
This reverts commit 1a7c40316e
.
2022-04-21 14:08:32 +08:00
RJChow
1a7c40316e
Changed e2e payment settings page detection
2022-04-21 13:14:28 +08:00
Ilyas Foo
f9f85103c5
Attempt to reenable e2e
2022-04-18 09:06:03 +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
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
Fernando
16424423bd
Merge branch 'trunk' into add/32157_tests_to_disable_welcome_modals
2022-04-13 14:33:27 -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
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
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
2b1f54b09d
Set up lint-staged configuration for each package
2022-04-06 17:31:32 +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
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
Lourens Schep
2bdf24ab9c
Revert deactivate plugin change
2022-03-30 12:38:49 -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
Fernando Marichal
89f6032cba
Add missing e2e tests
...
This commit adds the tests: `testDifferentStoreCurrenciesWCPay`, `testSubscriptionsInclusion` and `testBusinessDetailsForm`
2022-03-29 19:16:03 -03: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
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
Lourens Schep
1c26554abb
Also skip PLUGIN_NAME when used by environment variables
2022-03-25 12:35:36 -03:00
Lourens Schep
9a6c077b69
Add build-watch command for woocommerce-admin
2022-03-24 15:09:15 -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
rjchow
43f81cbf69
Bumped WCA JS package version numbers
2022-03-22 16:08:24 +08: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