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

feat: introduce startScript and startService #91

Merged
merged 9 commits into from
Mar 10, 2024
Merged

Conversation

wellwelwel
Copy link
Owner

Start Script

Run your package.json scripts in a background process and test them πŸ§‘πŸ»β€πŸ”¬

startScript(filePath: string, options?: startScriptOptions);

startScript execute a script directly from your package.json or deno.json and keep it running in a background process until you release it.


Start Service

Run your services in a background process and test them πŸ§‘πŸ»β€πŸ”¬

startService(filePath: string, options?: StartServiceOptions);

startService execute a file directly and keep it running in a background process until you release it.

Copy link

codecov bot commented Mar 10, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 100.00%. Comparing base (7581a4f) to head (6248eea).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #91   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        27    +1     
  Lines           26        27    +1     
=========================================
+ Hits            26        27    +1     

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@wellwelwel wellwelwel merged commit bc414bb into main Mar 10, 2024
29 checks passed
@wellwelwel wellwelwel deleted the create-service branch March 14, 2024 21:53
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.

1 participant