You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever we add new block, we need to check if it works fine and also need to test if all the previous blocks are working fine or not. There have been cases where we did a few changes to solve issues which in-turn introduced new issues.
It would be great to have automated/unit testing feature, so as to test all blocks whenever we add new blocks or do any major changes. This will make sure that new changes have not affected any previous functionality.
Sorry, this is not supported right now. We need to write unit test for each block, which involves tons of work. Currently, I have very little time devoting to this.
Whenever we add new block, we need to check if it works fine and also need to test if all the previous blocks are working fine or not. There have been cases where we did a few changes to solve issues which in-turn introduced new issues.
It would be great to have automated/unit testing feature, so as to test all blocks whenever we add new blocks or do any major changes. This will make sure that new changes have not affected any previous functionality.
Blockly Unit Testing Page: https://developers.google.com/blockly/guides/modify/web/unit-testing
I would like to ask if this is already possible (if yes then how?) or can it be possible (if yes, how can we do so)?
Thanks in advance.
The text was updated successfully, but these errors were encountered: