Testing Using VSCode, Azure, and GitHub Codespaces
While using VSCode goes beyond the scope of this book, it should still be accessible to many readers. It has been made even easier by the release by Microsoft of GitHub Codespaces – an online version of the VSCode editor. Because it runs fully in the Azure cloud and can be accessed via your browser, it doesn’t require any installation of software on your laptop.
If you’ve read Chapter 9, you may have come to this appendix to learn how to use VSCode (online) to run the Scenario Simulation tool. We’ll cover all the steps needed to set that up, as well as an alternative method that you might prefer since it also allows you to run the KIE samples showcasing scenario testing.
This appendix also provides an introduction to VSCode. VSCode opens up a range of other possibilities if you are interested in exploring not only decision models but also data science, machine learning, and programming languages such...