Skip to content

Commit

Permalink
feat: deriv/integration package
Browse files Browse the repository at this point in the history
  • Loading branch information
niloofar sadeghi committed Aug 27, 2023
1 parent e0e8a53 commit a7dc2d7
Show file tree
Hide file tree
Showing 51 changed files with 13,084 additions and 597 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ commands:
- "packages/hooks/node_modules"
- "packages/cfd/node_modules"
- "packages/indicators/node_modules"
- "packages/integration/node_modules"
- "packages/p2p/node_modules"
- "packages/reports/node_modules"
- "packages/shared/node_modules"
Expand Down Expand Up @@ -271,6 +272,9 @@ jobs:
- run:
name: "Check TypeScript for @deriv/stores"
command: npx tsc --project packages/stores/tsconfig.json -noEmit
- run:
name: "Check TypeScript for @deriv/integration"
command: npx tsc --project packages/integration/tsconfig.json -noEmit
# - run:
# name: "Check TypeScript for @deriv/cashier"
# command: npx tsc --project packages/cashier/tsconfig.json -noEmit
Expand All @@ -283,6 +287,9 @@ jobs:
- run:
name: "Check tests for @deriv/analytics"
command: bash ./scripts/check-tests.sh packages/analytics/src
# - run:
# name: "Check tests for @deriv/integration"
# command: bash ./scripts/check-tests.sh packages/integration/src
- build
- run:
name: "Run tests"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Playwright Tests
on:
push:
branches: [ master ]
branches: [ main, master ]
pull_request:
branches: [ master ]
branches: [ main, master ]
jobs:
test:
timeout-minutes: 60
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ packages/appstore/lib/
packages/appstore/.out
.env
nx-cloud.env

/test-results/
/playwright-report/
/playwright/.cache/
16 changes: 0 additions & 16 deletions end-to-end-test/.env.example

This file was deleted.

4 changes: 0 additions & 4 deletions end-to-end-test/.gitignore

This file was deleted.

63 changes: 0 additions & 63 deletions end-to-end-test/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions end-to-end-test/global-setup.ts

This file was deleted.

21 changes: 0 additions & 21 deletions end-to-end-test/package.json

This file was deleted.

118 changes: 0 additions & 118 deletions end-to-end-test/playwright.config.ts

This file was deleted.

72 changes: 0 additions & 72 deletions end-to-end-test/tests/change-endpoint/change-endpoint.tsx

This file was deleted.

Loading

0 comments on commit a7dc2d7

Please sign in to comment.