trbutler4 / zed-cairo

2 stars 2 forks source link

Add the ability to run tests inline via GUI #2

Open trbutler4 opened 1 week ago

trbutler4 commented 1 week ago

https://zed.dev/blog/zed-decoded-tasks

We need to add a runnables.scm as described in the above article

okhaimie-dev commented 1 week ago

https://zed.dev/blog/zed-decoded-tasks

We need to add a runnables.scm as described in the above article

is this feature enabled by the default cairo-test runner? from what I understand we would only be able to run all local unit and integration test. = we wouldn't be able to do this with the default setting

trbutler4 commented 1 week ago

https://zed.dev/blog/zed-decoded-tasks We need to add a runnables.scm as described in the above article

is this feature enabled by the default cairo-test runner? from what I understand we would only be able to run all local unit and integration test. = we would be able to do this with the default setting

we can run individual tests. try this example:

image