https://github.com/darkrishabh/agent-skills-eval #GitHubGem #AIRevolution #TestRunner #NavigatingGitHub #Mediocrity #HackerNews #ngated
๐๐๐ฎ:
AVA is a test runner for Node.js with a concise API, detailed error output, embrace of new language features and process isolation that let you write tests more effectively. AVA is written by Mark Wubben, Sindre Sorhus and Vadim Demedes.
Perla v1.0.0-beta-034 is out!
New test runner support for client-side code
Both the release and the docs have been updated!
Heres the release, grab it while it's hot!
https://github.com/AngelMunoz/Perla/releases/tag/v1.0.0-beta-034
Test docs have been updated as well
with default support for qunit and mocha!
https://angelmunoz.github.io/Perla/#v1/docs/features/testing
There's a caveat though...
NuGet won't allow us to push the nuget thanks to playwright's gigantic asset size (bumps up to 400mb) so for the moment we'll have to drop the dotnet tool.
This is being tracked at https://github.com/AngelMunoz/Perla/issues/141
There we go, it has been quite tense for me to get back and support somewhat of a test runner for JS files within the tool but looks like we're headed to a good place.
Last time the problem was the bundle size massively increased when I included playwright in the tool ๐ฅฒ
> A useful new guide on the official Node site to the fundamentals of setting up and using Nodeโs new test runner functionality
https://nodejs.org/en/learn/test-runner/using-test-runner
#webdev #nodejs #test #tests #testing #testRunner #node #javaScript #testRunner
Upgrading to Node.js v20.x is a big project.
And itโs totally worth it.
Get the full scope of changes to Node.js and how to upgrade seamlessly:
https://www.upgradejs.com/blog/why-and-how-to-upgrade-to-nodejs-from-v18-to-v20m-v18.html?utm_source=Mastodon&utm_medium=Organic&utm_campaign=Blogpromo&utm_term=V18.x+to+V20.x&utm_content=Gif&utm_id=
#nodejs #upgradejs #permissionmodel #webcryptoapi #testrunner
Node.js has always been an essential part of the tech stack for many companies and developers. And here at OmbuLabs and UpgradeJS we use it too, due to its efficiency, scalability, and the robust ecosystem it provides. Recently, the Node.js team released version 20, bringing with it a host of...
cargo-nextest 0.9.44 is out! A call for testing:
This version of my next-gen #RustLang #TestRunner supports pausing and resuming test runs on Unix (#NextestCtrlZ).
To make this work reliably, #nextest needs to use a "double-spawn" approach. This is currently off by default but can be turned on with an env var, `NEXTEST_EXPERIMENTAL_DOUBLE_SPAWN=1`.
Call for testing: If you're on Unix, please help test this! Update to 0.9.44, then set this environment variable. Thanks!