Skip to content
New issue

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

Generating serenity reports inside INVALID (first) module for multiple modules project #3399

Open
obudilovsky opened this issue Feb 8, 2024 · 0 comments

Comments

@obudilovsky
Copy link

obudilovsky commented Feb 8, 2024

What happened?

Generating Serenity Reports inside invalid (first) module for multiple modules project:
module1
module2
module3
module4
...
-Dserenity.outputDirectory=target/site/module4 module4:aggregate

But Actul result:

Task :module4:aggregate
Generating Serenity Reports

  • Main report: file:///myproject/module1/target/site/serenity/index.html

Expected: - Main report: file:///myproject/module4/target/site/serenity/index.html (v 3.2.0 has expected behavior)

What did you expect to happen?

-Dtags=currency-conversion -Dserenity.outputDirectory=target/site/currency-conversion ppo:aggregate

Serenity BDD version

4.1.0

JDK version

18

Execution environment

MAC

How to reproduce the bug.

Generating Serenity Reports inside invalid (first) module for multiple modules project:
module1
module2
module3
module4
...
-Dserenity.outputDirectory=target/site/module4 module4:aggregate

But Actul result:

Task :module4:aggregate
Generating Serenity Reports

  • Main report: file:///myproject/module1/target/site/serenity/index.html

Expected: - Main report: file:///myproject/module4/target/site/serenity/index.html

How can we make it happen?

Work on this myself and propose a PR (with Serenity BDD team guidance)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant