Skip to content

Commit

Permalink
document ocm test suite runner command
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBaghbani authored Sep 20, 2024
1 parent c81eb31 commit 848e0a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,22 @@ upstream: [ownCloud Core Official](https://github.com/owncloud/core)

branch: [v10.14.0](https://github.com/owncloud/core/releases/tag/v10.14.0)

# OCM Test Suite
Run specific tests with this command syntax.
1. test scenario: login. share-with, invite-link, share-link
2. platform 1: ocis, nextcloud, owncloud, seafile
3. run mode: dev, ci
4. cypress runner: electron, chrome, firefox, edge

```bash
./dev/ocm-test-suite.sh [test scenario] [platform 1] [platform 1 version] [run mode] [cypress runner] [platform 2] [platform 2 version]
```

example:
```bash
./dev/ocm-test-suite.sh share-with nextcloud v27.1.10 ci electron nextcloud v27.1.10
```

# Debugging
## RD-SRAM

Expand Down

0 comments on commit 848e0a6

Please sign in to comment.