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
Xinwei Xiong d356f7a035
feat(main): 🚀 Database Name Correction and S3 Module Int32 Overflow Fix with Go Routine Integration for Automated Checks and Script Optimization (#1799)
5 months ago
..
e2e feat: Add OpenIM server, environment support for Docker Compose, and Kubernetes deployment. (#1559) 7 months ago
jwt feat: Remove MySQL and implement it all with Mongo (#1508) 7 months ago
testdata Large refactoring projects: OpenIM automation, scripting, and openimctl refactoring (#825) 10 months ago
typecheck feat(main): 🚀 Database Name Correction and S3 Module Int32 Overflow Fix with Go Routine Integration for Automated Checks and Script Optimization (#1799) 5 months ago
common.sh fix: part of the make rules optimization (#751) 11 months ago
readme ☀️ feat: Enhancing OpenIM with Integrated E2E Testing and CI/CD Enhancements (#1359) 8 months ago
wrktest.sh feat(main): 🚀 Database Name Correction and S3 Module Int32 Overflow Fix with Go Routine Integration for Automated Checks and Script Optimization (#1799) 5 months 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.

```