Skip to content

Commit

Permalink
rename e2e -> integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed May 24, 2024
1 parent 4145ec9 commit 0a2fbed
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changeset/great-teachers-yell.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---

chore: add e2e test for the `create fuels` template
chore: add integration test for the `create fuels` template
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}
FUEL_TESTNET_NETWORK_URL: ${{ secrets.FUEL_TESTNET_NETWORK_URL }}

create-fuels-e2e:
create-fuels-template-integration:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
Expand All @@ -84,8 +84,8 @@ jobs:
- name: Test Setup
uses: ./.github/actions/test-setup

- name: Run e2e tests
run: sh ./scripts/create-fuels-e2e.sh
- name: Run UI tests
run: sh ./scripts/create-fuels-template-integration.sh

test:
if: github.base_ref == 'master' || github.ref_name == 'master'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defineConfig, devices } from '@playwright/test';
* See https://playwright.dev/docs/test-configuration.
*/
export default defineConfig({
testDir: './e2e-tests',
testDir: './playwright-tests',
/* Run tests in files in parallel */
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */
Expand Down
File renamed without changes.

0 comments on commit 0a2fbed

Please sign in to comment.