-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update references to woocommerce_payments_server (#9824)
- Loading branch information
1 parent
dcfef91
commit 793047f
Showing
9 changed files
with
54 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Significance: patch | ||
Type: dev | ||
Comment: Updates server container name used by E2E tests | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,18 +24,18 @@ DEBUG=false | |
--- | ||
|
||
<details> | ||
<summary>Choose WCPay Server instance</summary> | ||
<summary>Choose Transact Platform Server instance</summary> | ||
<p> | ||
|
||
It is possible to use the live server or a local docker instance of WCPay server locally. On Github Actions, live server is used for tests. Add the following env variables to your `local.env` based on your preference (replace values as required). | ||
It is possible to use the live server or a local docker instance of Transact Platform Server locally. On Github Actions, live server is used for tests. Add the following env variables to your `local.env` based on your preference (replace values as required). | ||
|
||
**Using Local Server on Docker** | ||
|
||
By default, the local E2E environment is configured to use WCPay local server instance. Add the following env variables to configure the local server instance. | ||
By default, the local E2E environment is configured to use Transact Platform local server instance. Add the following env variables to configure the local server instance. | ||
|
||
``` | ||
# WooCommerce Payments Server Repo | ||
WCP_SERVER_REPO='https://github.com/server-repo.git or [email protected]:org/server-repo.git' | ||
# Transact Platform Server Repo | ||
TRANSACT_PLATFORM_SERVER_REPO='https://github.com/server-repo.git or [email protected]:org/server-repo.git' | ||
# Stripe account data. Need to support level 3 data to run tests successfully. | ||
# These values can be obtained from the Stripe Dashboard: https://dashboard.stripe.com/test/apikeys | ||
|
@@ -135,7 +135,7 @@ E2E_WC_VERSION='<woocommerce_version>' | |
- WC E2E Client: http://localhost:8084 | ||
- WC E2E Server: http://localhost:8088 (Available only when using local server) | ||
|
||
**Note:** Be aware that the server port may change in the `docker-compose.e2e.yml` configuration, so when you can't access the server, try running `docker port woocommerce_payments_server_wordpress_e2e 80` to find out the bound port of the E2E server container. | ||
**Note:** Be aware that the server port may change in the `docker-compose.e2e.yml` configuration, so when you can't access the server, try running `docker port transact_platform_server_wordpress_e2e 80` to find out the bound port of the E2E server container. | ||
|
||
</p> | ||
</details> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters