Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please document/build a process to quickly locally test when adding a new tool #454

Open
skyf0l opened this issue Mar 2, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@skyf0l
Copy link

skyf0l commented Mar 2, 2025

All in title: it's hell to test the installation of a new tool locally, because it takes too long to build. I think it would be interesting to have a quick process for testing in local.

Example: I can run something like fast_run.sh install_rsacracker locally. Under the hood, it will pull a base image and only run this command, and then run tests. Alternatively, if I have a lot of disk space, I could run fast_run.sh --all install_rsacracker, which would do the same thing but on all images (base, web, osint, full, etc.).

Okay, it's possible that another step will break the installation, but it's already better than waiting for a CI :)

@skyf0l skyf0l added the enhancement New feature or request label Mar 2, 2025
@skyf0l skyf0l changed the title Please document a process to quickly locally test when adding a new tool Please document/build a process to quickly locally test when adding a new tool Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant