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

Support Jasmine parallel mode #1117

Open
delatrie opened this issue Aug 20, 2024 · 0 comments
Open

Support Jasmine parallel mode #1117

delatrie opened this issue Aug 20, 2024 · 0 comments
Labels
theme:jasmine Jasmine related issue type:new feature New feature or request

Comments

@delatrie
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Starting from version 5, Jasmine can run specs in parallel. See here. Once we support it, we should expose reporterCapabilities: { parallel: true }.

Describe the solution you'd like
Two approaches we may take:

  1. Set up the link between workers and the main process to pass Allure messages; process Jasmine events as they are reported.
  2. Inject the Allure reporter into the worker itself. That may also work because Allure supports the independent handling of tests (test results combine naturally in the result folder). That's how Allure Mocha's support of parallel mode is implemented.
@delatrie delatrie added type:new feature New feature or request theme:jasmine Jasmine related issue labels Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme:jasmine Jasmine related issue type:new feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant