chore: change tests to use stagnet3 by default (#1760)
This commit is contained in:
parent
1bc41c8a9a
commit
e984ea8e2a
4
.github/actions/setup-vegawallet/action.yml
vendored
4
.github/actions/setup-vegawallet/action.yml
vendored
@ -32,12 +32,12 @@ runs:
|
|||||||
- name: Import fairground network
|
- name: Import fairground network
|
||||||
shell: bash
|
shell: bash
|
||||||
if: ${{ inputs.capsule==false }}
|
if: ${{ inputs.capsule==false }}
|
||||||
run: vegawallet network import --from-url="https://raw.githubusercontent.com/vegaprotocol/networks-internal/master/fairground/vegawallet-fairground.toml" --force --home ~/.vegacapsule/testnet/wallet
|
run: vegawallet network import --from-url="https://raw.githubusercontent.com/vegaprotocol/networks-internal/master/stagnet3/stagnet3.toml" --force --home ~/.vegacapsule/testnet/wallet
|
||||||
|
|
||||||
- name: Start service using fairground network
|
- name: Start service using fairground network
|
||||||
shell: bash
|
shell: bash
|
||||||
if: ${{ inputs.capsule==false }}
|
if: ${{ inputs.capsule==false }}
|
||||||
run: vegawallet service run --network fairground --automatic-consent --no-version-check --home ~/.vegacapsule/testnet/wallet &
|
run: vegawallet service run --network stagnet3 --automatic-consent --no-version-check --home ~/.vegacapsule/testnet/wallet &
|
||||||
|
|
||||||
- name: Start service using capsule network
|
- name: Start service using capsule network
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GO111MODULE: 'on'
|
GO111MODULE: 'on'
|
||||||
GOBIN: /home/runner/go/bin
|
GOBIN: /home/runner/go/bin
|
||||||
VEGA_VERSION: 'v0.57.0'
|
VEGA_VERSION: 'v0.58.0'
|
||||||
steps:
|
steps:
|
||||||
#######
|
#######
|
||||||
## Setup flags
|
## Setup flags
|
||||||
|
@ -15,7 +15,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GO111MODULE: 'on'
|
GO111MODULE: 'on'
|
||||||
GOBIN: /home/runner/go/bin
|
GOBIN: /home/runner/go/bin
|
||||||
VEGA_VERSION: 'v0.57.0'
|
VEGA_VERSION: 'v0.58.0'
|
||||||
RUN_CAPSULE: true
|
RUN_CAPSULE: true
|
||||||
steps:
|
steps:
|
||||||
#######
|
#######
|
||||||
|
2
.github/workflows/capsule-cypress.yml
vendored
2
.github/workflows/capsule-cypress.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GO111MODULE: 'on'
|
GO111MODULE: 'on'
|
||||||
GOBIN: /home/runner/go/bin
|
GOBIN: /home/runner/go/bin
|
||||||
VEGA_VERSION: 'v0.57.0'
|
VEGA_VERSION: 'v0.58.0'
|
||||||
steps:
|
steps:
|
||||||
#######
|
#######
|
||||||
## Setup langs
|
## Setup langs
|
||||||
|
@ -1,26 +1,8 @@
|
|||||||
# React Environment Variables
|
# App configuration variables
|
||||||
|
NX_VEGA_CONFIG_URL=https://static.vega.xyz/assets/stagnet3-network.json
|
||||||
# https://facebook.github.io/create-react-app/docs/adding-custom-environment-variables#expanding-environment-variables-in-env
|
NX_VEGA_URL=https://api.n01.stagnet3.vega.xyz/graphql
|
||||||
|
NX_VEGA_ENV=STAGNET3
|
||||||
# Netlify Environment Variables
|
NX_ETHEREUM_PROVIDER_URL=https://sepolia.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8
|
||||||
|
NX_ETHERSCAN_URL=https://sepolia.etherscan.io
|
||||||
# https://www.netlify.com/docs/continuous-deployment/#environment-variables
|
NX_VEGA_EXPLORER_URL=https://stagnet3.explorer.vega.xyz
|
||||||
|
|
||||||
NX_VERSION=$npm_package_version
|
|
||||||
NX_REPOSITORY_URL=$REPOSITORY_URL
|
|
||||||
NX_BRANCH=$BRANCH
|
|
||||||
NX_PULL_REQUEST=$PULL_REQUEST
|
|
||||||
NX_HEAD=$HEAD
|
|
||||||
NX_COMMIT_REF=$COMMIT_REF
|
|
||||||
NX_CONTEXT=$CONTEXT
|
|
||||||
NX_REVIEW_ID=$REVIEW_ID
|
|
||||||
NX_INCOMING_HOOK_TITLE=$INCOMING_HOOK_TITLE
|
|
||||||
NX_INCOMING_HOOK_URL=$INCOMING_HOOK_URL
|
|
||||||
NX_INCOMING_HOOK_BODY=$INCOMING_HOOK_BODY
|
|
||||||
NX_URL=$URL
|
|
||||||
NX_DEPLOY_URL=$DEPLOY_URL
|
|
||||||
NX_DEPLOY_PRIME_URL=$DEPLOY_PRIME_URL
|
|
||||||
|
|
||||||
NX_VEGA_URL=https://api.n06.testnet.vega.xyz/graphql
|
|
||||||
NX_VEGA_ENV=TESTNET
|
|
||||||
NX_VEGA_WALLET_URL=http://localhost:1789
|
NX_VEGA_WALLET_URL=http://localhost:1789
|
||||||
|
@ -4,4 +4,4 @@ NX_VEGA_URL=https://api.n01.stagnet3.vega.xyz/graphql
|
|||||||
NX_VEGA_ENV=STAGNET3
|
NX_VEGA_ENV=STAGNET3
|
||||||
NX_ETHEREUM_PROVIDER_URL=https://sepolia.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8
|
NX_ETHEREUM_PROVIDER_URL=https://sepolia.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8
|
||||||
NX_ETHERSCAN_URL=https://sepolia.etherscan.io
|
NX_ETHERSCAN_URL=https://sepolia.etherscan.io
|
||||||
NX_VEGA_EXPLORER_URL=https://staging2.explorer.vega.xyz
|
NX_VEGA_EXPLORER_URL=https://stagnet3.explorer.vega.xyz
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# App configuration variables
|
# App configuration variables
|
||||||
NX_VEGA_ENV=TESTNET
|
NX_VEGA_ENV=STAGNET3
|
||||||
CYPRESS_VEGA_ENV=TESTNET
|
CYPRESS_VEGA_ENV=STAGNET3
|
||||||
|
@ -1,2 +1,13 @@
|
|||||||
NX_VEGA_WALLET_URL=http://localhost:1789
|
NX_VEGA_WALLET_URL=http://localhost:1789
|
||||||
CYPRESS_VEGA_URL=https://api.n06.testnet.vega.xyz/graphql
|
NX_ETHEREUM_PROVIDER_URL=https://sepolia.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8
|
||||||
|
NX_ETHERSCAN_URL=https://sepolia.etherscan.io
|
||||||
|
NX_HOSTED_WALLET_URL=https://wallet.testnet.vega.xyz
|
||||||
|
NX_VEGA_CONFIG_URL=https://static.vega.xyz/assets/stagnet3-network.json
|
||||||
|
NX_VEGA_ENV=STAGNET3
|
||||||
|
NX_VEGA_EXPLORER_URL=https://staging3.explorer.vega.xyz
|
||||||
|
NX_VEGA_NETWORKS={\"TESTNET\":\"https://console.fairground.wtf\",\"STAGNET1\":\"https://stagnet1.console.vega.xyz\",\"STAGNET3\":\"https://stagnet3.console.vega.xyz\"}
|
||||||
|
NX_VEGA_TOKEN_URL=https://token.fairground.wtf
|
||||||
|
NX_VEGA_URL=https://api.n01.stagnet3.vega.xyz/graphql
|
||||||
|
NX_VEGA_WALLET_URL=http://localhost:1789
|
||||||
|
CYPRESS_VEGA_URL=https://api.n01.stagnet3.vega.xyz/graphql
|
||||||
|
CYPRESS_EXPLORER_URL=https://staging3.explorer.vega.xyz
|
@ -113,7 +113,7 @@ describe('Market trading page', () => {
|
|||||||
.within(() => {
|
.within(() => {
|
||||||
cy.getByTestId('link')
|
cy.getByTestId('link')
|
||||||
.should('have.attr', 'href')
|
.should('have.attr', 'href')
|
||||||
.and('include', 'https://explorer.fairground.wtf/');
|
.and('include', Cypress.env('EXPLORER_URL'));
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -116,7 +116,7 @@ const testOrder = (order: Order, expected?: Partial<Order>) => {
|
|||||||
);
|
);
|
||||||
cy.getByTestId(orderTransactionHash)
|
cy.getByTestId(orderTransactionHash)
|
||||||
.invoke('attr', 'href')
|
.invoke('attr', 'href')
|
||||||
.should('include', 'https://explorer.fairground.wtf/txs/0xtest-tx-hash');
|
.should('include', `${Cypress.env('EXPLORER_URL')}/txs/0xtest-tx-hash`);
|
||||||
cy.getByTestId('dialog-close').click();
|
cy.getByTestId('dialog-close').click();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user