We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Citrus Version 3.2.1
Expected behavior Proper links to the reporting template examples on the Citrus Framework Github
Actual behavior The links to the template examples lead to 404-page not found errors on your github
Test case sample First test case: Click on the "report-templates resources"-link here https://citrusframework.org/citrus/reference/3.2.1/html/index.html#html-reports this leads to to this page, which doesn't exist: https://github.com/citrusframework/citrus/tree/master/modules/citrus-core/src/main/resources/com/consol/citrus/report
Second test case: Go to this page: https://citrusframework.org/samples/reporting/ Click on the link "resources/citrus-application.properties." halfway down the page. This leads to this page, which also doesn't exist: https://citrusframework.org/samples/reporting/src/test/resources/citrus-application.properties
Third test case: Go to this page: https://citrusframework.org/samples/reporting/ Click on the link that says "this sample’s github repository", this leads to this page: https://citrusframework.org/samples/reporting/src/test/java/com/consol/citrus/samples/todolist/reporting/ExtentReporter.java And that too does not exist.
The text was updated successfully, but these errors were encountered:
I believe I may have found the new location of the first link (but I don't know for sure): https://github.com/citrusframework/citrus/tree/main/core/citrus-base/src/main/resources/com/consol/citrus/report Did citrus-core get renamed to citrus-base at any point in time?
Sorry, something went wrong.
No branches or pull requests
Citrus Version
3.2.1
Expected behavior
Proper links to the reporting template examples on the Citrus Framework Github
Actual behavior
The links to the template examples lead to 404-page not found errors on your github
Test case sample
First test case:
Click on the "report-templates resources"-link here https://citrusframework.org/citrus/reference/3.2.1/html/index.html#html-reports
this leads to to this page, which doesn't exist:
https://github.com/citrusframework/citrus/tree/master/modules/citrus-core/src/main/resources/com/consol/citrus/report
Second test case:
Go to this page: https://citrusframework.org/samples/reporting/
Click on the link "resources/citrus-application.properties." halfway down the page.
This leads to this page, which also doesn't exist:
https://citrusframework.org/samples/reporting/src/test/resources/citrus-application.properties
Third test case:
Go to this page: https://citrusframework.org/samples/reporting/
Click on the link that says "this sample’s github repository",
this leads to this page:
https://citrusframework.org/samples/reporting/src/test/java/com/consol/citrus/samples/todolist/reporting/ExtentReporter.java
And that too does not exist.
The text was updated successfully, but these errors were encountered: