https://github.com/arextest/arex
The front-end operator interface for AREX tools.
https://github.com/arextest/arex
Last synced: 6 months ago
JSON representation
The front-end operator interface for AREX tools.
- Host: GitHub
- URL: https://github.com/arextest/arex
- Owner: arextest
- Created: 2022-04-15T08:01:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T02:47:20.000Z (over 1 year ago)
- Last Synced: 2025-10-08T14:20:47.214Z (10 months ago)
- Language: TypeScript
- Homepage: http://arextest.com
- Size: 7.26 MB
- Stars: 84
- Watchers: 4
- Forks: 38
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AREX-UI
A user-friendly visual frontend interface for operating AREX.
## Get Started
1. Installation
Please refer to [install documentation](http://arextest.com/docs/chapter1/quick-installation).
2. Getting started
Please visit our documentation website to get started: [AREX Documentions](http://arextest.com/docs/chapter1/get-started)
## FEATURE
- **Code no-invasion based data collection and automation Mock**: mock most components such as Dubbo, Http, Redis, persistence layer framework, configuration center;
- **Support a variety of complex business scenarios of verification**: including multi-threaded concurrency, asynchronous callbacks, write operations and so on;
- **Rapid reproduction of production bugs**: directly use the production recorded data in the local environment.
## Join the AREX Community
- QQ Group - 656108079
- Follow us on [Twitter](https://twitter.com/AREX_Test)
- [Join the Mailing List](https://groups.google.com/g/arex-test)
- [Join AREX Slack](https://arexcommunity.slack.com/ssb/redirect)
- [Join AREX Discord](https://discord.gg/wy3CZHnV9K)
## LICENSE
```text
Copyright (C) 2022 ArexTest
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses/.
```