Skip to content

feat: module separation of worker module #60

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

Merged
merged 9 commits into from
Jun 13, 2025
Merged

Conversation

mato533
Copy link
Member

@mato533 mato533 commented Jun 13, 2025

Break down the modules executed by worker processes into the following units and dynamically load them as needed.
It separate into following modules.

  • Cucumber parser
  • AST parser (includes "Temp WDIO configuration file creator")

Types of changes

  • Polish (an improvement for an existing feature)
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (improvements to the project's docs)
  • Internal updates (everything related to internal scripts, governance documentation and CI files)

Checklist

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary documentation (if appropriate)
  • I have added proper type definitions for new commands (if appropriate)

Further comments

Reviewers: @webdriverio/project-committers

@mato533 mato533 changed the title chore: update esbuild config to write meta data only non-production feat: module separation of worker module Jun 13, 2025
@mato533 mato533 linked an issue Jun 13, 2025 that may be closed by this pull request
1 task
@mato533
Copy link
Member Author

mato533 commented Jun 13, 2025

worker.cjs is slimmed down!! Next step is babel.
image

@mato533 mato533 mentioned this pull request Jun 13, 2025
10 tasks
@mato533 mato533 merged commit 10f24cc into main Jun 13, 2025
18 checks passed
@mato533 mato533 deleted the feat/module-separation branch June 13, 2025 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[💡 Feature]: update worker module structure to separate the AST parser
1 participant