Passing parameters to `test`

Is it possible to pass a parameter to tests? Something like:

(v1.0) pkg> test MyPackage TYPE=LONG_TEST
1 Like

https://github.com/JuliaLang/Pkg.jl/issues/518

1 Like

Also, might be kind of useful to check out this old post:

Thanks, this would be very useful feature for projects where the tests run longer than a few seconds!