https://github.com/codelibs/fess-test-ui
UI Testing for Fess
https://github.com/codelibs/fess-test-ui
Last synced: 19 days ago
JSON representation
UI Testing for Fess
- Host: GitHub
- URL: https://github.com/codelibs/fess-test-ui
- Owner: codelibs
- License: apache-2.0
- Created: 2021-09-20T11:50:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T03:09:48.000Z (11 months ago)
- Last Synced: 2024-08-11T05:08:17.009Z (11 months ago)
- Language: Python
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fess UI Test
## Status
| Status | Fess | SearchEngine |
| ------ | ---- | ------------ |
| [](https://github.com/codelibs/fess-test-ui/actions/workflows/run-fess14-elasticsearch7.yml) | Fess 14 | Elasticsearch 7 |
| [](https://github.com/codelibs/fess-test-ui/actions/workflows/run-fess14-elasticsearch8.yml) | Fess 14 | Elasticsearch 8 |
| [](https://github.com/codelibs/fess-test-ui/actions/workflows/run-fess14-opensearch1.yml) | Fess 14 | OpenSearch 1 |
| [](https://github.com/codelibs/fess-test-ui/actions/workflows/run-fess14-opensearch2.yml) | Fess 14 | OpenSearch 2 |
| [](https://github.com/codelibs/fess-test-ui/actions/workflows/run-fess14x-elasticsearch7.yml) | Fess 14.x | Elasticsearch 7 |
| [](https://github.com/codelibs/fess-test-ui/actions/workflows/run-fess14x-elasticsearch8.yml) | Fess 14.x | Elasticsearch 8 |
| [](https://github.com/codelibs/fess-test-ui/actions/workflows/run-fess14x-opensearch1.yml) | Fess 14.x | OpenSearch 1 |
| [](https://github.com/codelibs/fess-test-ui/actions/workflows/run-fess14x-opensearch2.yml) | Fess 14.x | OpenSearch 2 |
| [](https://github.com/codelibs/fess-test-ui/actions/workflows/run-fessx-opensearch2.yml) | Fess (snapshot-deb) | OpenSearch 2 |
| [](https://github.com/codelibs/fess-test-ui/actions/workflows/run-fessx-al2023-opensearch2.yml) | Fess (snapshot-rpm) | OpenSearch 2 |## Usage
### Build
```
$ docker compose build
```### Run
```
$ /bin/bash ./run_test.sh fess14 opensearch2
```### Cleanup
```
$ docker system prune -f
$ docker volume prune -f
```