Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@web/test-runner-core
Advanced tools
Core package for Web Test Runner. Manages running the tests. Has a modular architecture, delegating most of the work to the separate parts and implementations.
See @web/test-runner for a default implementation and CLI for the test runner.
Browser launchers boot up and control a browser instance. Implementations:
Read more here to learn about creating your own browser launcher.
Test frameworks run the actual tests in the browser. Web test runner relies on existing test frameworks. Implementations:
Read more here to learn more about setting up a custom test reporter.
Reporters report test results and/or progress. The CLI ships a default reporter. Implementations:
Read more here to learn more about using the browser library without a testing framework, or to implement your own testing framework.
The server serves the test code and files and communicates with the browser, returning configuration and receiving test results. Implementations:
Read more here to learn about creating your own test runner server.
FAQs
Web test runner core
We found that @web/test-runner-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.