You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A smoke.test.js file should be created that contains a simple smoke test of the extension and can be successfully run without any external dependencies with a k6 that includes the extension.
Background
The k6lint and k6-extension-registry smoke checker checks the existence and successful execution of the smoke test after build.
If there is no smoke test, the extension gets a lower grade. In this case:
In the simplest case, the smoke test only contains the import of the extension and an empty default function.
A
smoke.test.js
file should be created that contains a simple smoke test of the extension and can be successfully run without any external dependencies with a k6 that includes the extension.Background
The k6lint and k6-extension-registry smoke checker checks the existence and successful execution of the smoke test after build.
If there is no smoke test, the extension gets a lower grade. In this case:
In the simplest case, the smoke test only contains the import of the extension and an empty default function.
See also:
The text was updated successfully, but these errors were encountered: