Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ A modern, responsive UI template for integrating with the Drift protocol. This t
## 🛠️ Installation

### 1. Clone the repository

```bash
git clone <your-repository-url>
cd drift-ui-template
Expand Down Expand Up @@ -180,6 +179,21 @@ ui/
│ └── constants/ # Application constants
├── public/ # Static assets
└── package.json # Dependencies and scripts
|-- tests # Autommated tests
```

## Drift UI TESTS

Usage Instructions

```sh
cd src/tests/e2e

bun install

bun run wdio
or
BASE_URL=[BASE_URL] bun run wdio
```

## 🤝 Contributing
Expand Down
13 changes: 13 additions & 0 deletions ui/tests/e2e/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Drift UI TESTS

Usage Instructions

```sh
cd src/tests/e2e (If not the current directory)

bun install

bun run wdio
or
BASE_URL=[BASE_URL] bun run wdio
```
2,173 changes: 2,173 additions & 0 deletions ui/tests/e2e/bun.lock

Large diffs are not rendered by default.

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions ui/tests/e2e/extensions/phantom/ActivityItemDetail-TZHLVLHG.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading