zero-plusplus / vscode-autohotkey-debug

https://marketplace.visualstudio.com/items?itemName=zero-plusplus.vscode-autohotkey-debug
53 stars 4 forks source link

Creating automatic tests for debugging clients #294

Open zero-plusplus opened 1 year ago

zero-plusplus commented 1 year ago

This extension has grown in size and has become difficult to test manually. To solve this, I decided to create automated tests.

This will require us to learn how to test the debugging client, so the release will be delayed by that amount.

However, considering that the 1.6.0 major update took nearly 1~2 months just for testing, I think I will be able to release it sooner as a result.

The benefits of test automation should be particularly large this time, as the scale of the update is even larger than 1.6.0.