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

Add progress bar to starknet foundry #2673

Open
cptartur opened this issue Nov 14, 2024 · 0 comments
Open

Add progress bar to starknet foundry #2673

cptartur opened this issue Nov 14, 2024 · 0 comments
Labels
feature New feature request/description new snforge

Comments

@cptartur
Copy link
Member

We already show to progress when compiling using USC thanks to #2403

However, after compiling sierra with scarb, snforge spends some time preparing tests to be run. This includes usc compilation but also additional setup. During this setup, snforge still appears like it if was hanging.

Add progress bar that shows the steps of preparing tests to be run in run_for_package function.

Package used for usc spinner already supports multiple bars/spinners, so this should not be that complicated to resolve: https://docs.rs/indicatif/latest/indicatif/struct.MultiProgress.html

@cptartur cptartur added feature New feature request/description snforge labels Nov 14, 2024
@cptartur cptartur moved this to New in Starknet foundry Nov 14, 2024
@github-actions github-actions bot added the new label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request/description new snforge
Projects
Status: New
Development

No branches or pull requests

1 participant