
Security News
New React Server Components Vulnerabilities: DoS and Source Code Exposure
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.
node-autotester
Advanced tools
An auto tester built with node.js
Notice: Now just for native testing, NOT USE IT in your project please.
Notice: Now Only g++ available, and consider other build tools later.
Please fork and pull request to GitHub.
g++ compiler (GNU G++)
node.js
Install this package in global.
$ npm install --global node-autotester
And then you can test if it was installed successfully:
$ autotester help
create a coding workspace first
$ autotester create my_test
change directory:
$ cd my_test
edit your code in directory src
|- src
|- testing.cpp # Your code to be tested.
|- stardard.cpp # The Standard Code. Ensure its reliablity please.
|- generator.cpp # The program to generate random testing data.
and then run command below to run tester:
$ autotester seek
Or you can specify a max seek times:
$ autotester seek 1000
And then, the command line will BLOCK, waiting for your update of source code.
It will watch your changes and auto rebuild & retest using the old data.
The data are stored in directory data.
We use default configuration to run test, if you have other requirements, please contact me(zccz14@outlook.com).
FAQs
An auto tester built with node.js
The npm package node-autotester receives a total of 0 weekly downloads. As such, node-autotester popularity was classified as not popular.
We found that node-autotester demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.