- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 10 for integrationTests (1.08 seconds)
-
docs/ko/README.md
$ mvn dbflute:freegen $ mvn license:format ### 통합 테스트 Fess 서버를 시작하고 다음 명령을 실행합니다: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" 단일 테스트 케이스를 실행하려면 다음을 사용할 수 있습니다: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTests ### 언어 번역Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 8K bytes - Click Count (1) -
docs/zh-CN/README.md
$ mvn dbflute:freegen $ mvn license:format ### 集成测试 启动 Fess 服务器并运行以下命令: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" 要运行单个测试用例,您可以使用: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTests ### 翻译为您的语言 Fess 是国际化软件。Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7K bytes - Click Count (0) -
README.md
$ git clone https://github.com/codelibs/fess-testdata.git /tmp/fess-testdata #### 4. Run Integration Tests $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" To run a single test case: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTests ### Translate In Your LanguageCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Feb 14 03:19:23 GMT 2026 - 7.8K bytes - Click Count (2) -
docs/ja/README.md
$ mvn dbflute:freegen $ mvn license:format ### 統合テスト Fessサーバーを起動し、以下のコマンドを実行します: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" 単一のテストケースを実行するには、以下のコマンドを使用できます: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTests ### あなたの言語への翻訳Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 8.5K bytes - Click Count (0) -
CLAUDE.md
mvn clean install -DskipTests # Then revert packaging back to war # Integration tests (*Tests.java) - requires running Fess server mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" ``` ### Running ```bash ./bin/fess # From command line # Or run org.codelibs.fess.FessBoot from IDE
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 09:48:10 GMT 2026 - 7.8K bytes - Click Count (0) -
docs/de/README.md
$ mvn dbflute:freegen $ mvn license:format ### Integrationstests Starten Sie den Fess-Server und führen Sie den folgenden Befehl aus: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" Um einen einzelnen Testfall auszuführen, können Sie verwenden:Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7.8K bytes - Click Count (0) -
docs/es/README.md
### Pruebas de Integración Inicia el servidor Fess y ejecuta el siguiente comando: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" Para ejecutar un único caso de prueba, puedes usar: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTestsCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7.8K bytes - Click Count (0) -
docs/fr/README.md
### Tests d'Intégration Lancez le serveur Fess et exécutez la commande suivante : $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" Pour exécuter un seul cas de test, vous pouvez utiliser : $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTestsCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7.9K bytes - Click Count (0) -
docs/pt-BR/README.md
### Testes de Integração Inicie o servidor Fess e execute o seguinte comando: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" Para executar um único caso de teste, você pode usar: $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTestsCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7.6K bytes - Click Count (0) -
pom.xml
<properties> <test.include.path>**/*Test.java</test.include.path> <test.command.args>--illegal-access=permit -Djava.awt.headless=true</test.command.args> </properties> </profile> <profile> <id>integrationTests</id> <properties> <test.include.path>**/*Tests.java</test.include.path> <test.command.args /> </properties> </profile> </profiles> <build> <finalName>fess</finalName> <resources>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 07:04:54 GMT 2026 - 49.9K bytes - Click Count (0)