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

"cypress run" and "npx allure serve" treats "resultsDir" config key differently #912

Closed
tomaszwojciechowski opened this issue Mar 20, 2024 · 2 comments
Assignees

Comments

@tomaszwojciechowski
Copy link

Describe the bug
In config file projectDirectory\cypress\config\config.ts I have default configuration:
allureCypress(on);

For "cypress run":
allure-results directory is: projectDirectory\cypress\config\allure-results\

For "npx allure serve allure-results" (default):
allure-results directory is: projectDirectory\allure-results\

Expected behavior
For both commands, default resultsDir value should be treated same as link to same directory ( e.g. projectDirectory\allure-results\ ).

@epszaw
Copy link
Member

epszaw commented Mar 21, 2024

Hey there! In which directory you run cypress?

@epszaw epszaw self-assigned this Mar 21, 2024
@baev
Copy link
Member

baev commented Jul 5, 2024

Closed due to no response. BTW, it should be fixed in 3.0.0-beta.5

@baev baev closed this as completed Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants