You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Open-IM-Server/test
mo3et 3700a33950
chore: remove unused comments.
1 month ago
..
e2e chore: remove unused comments. 1 month ago
jwt chore: remove unused comments. 1 month ago
stress-test feat: add nickname for adminUser (#3435) 5 months ago
stress-test-v2 feat: add nickname for adminUser (#3435) 5 months ago
testdata refactor: db refactor and cache key add. (#2320) 2 years ago
webhook/msgmodify feat: sending messages supports returning fields modified by webhook (#3192) 9 months ago
readme ☀️ feat: Enhancing OpenIM with Integrated E2E Testing and CI/CD Enhancements (#1359) 2 years ago

readme

## Run the Tests


read: [Test Docs](./docs/contrib/test.md)

To run a single test or set of tests, you'll need the [Ginkgo](https://github.com/onsi/ginkgo) tool installed on your
machine:

```console
go install github.com/onsi/ginkgo/ginkgo@latest
```

```shell
ginkgo --help
--focus value
If set, ginkgo will only run specs that match this regular expression. Can be specified multiple times, values are ORed.

```