Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 875 Bytes

executing_tests_vs_code.md

File metadata and controls

20 lines (13 loc) · 875 Bytes

Executing Tests in VS Code

Prerequisite: VS Code Setup.

Exploring Test Cases

Implemented test cases can be explored in VS Code's "Testing" View; click on the conical flask highlighted in the screenshot below.

![VS Code Testing Tab](./img/vs_code_exploring_tests.png){ width=auto align=center}

!!! note "Testing EVM Features Under Active Development" See the VS Code section in Executing Tests for Features under Development to explore tests targeting EVM features under development.

Executing and Debugging Test Cases

![VS Code Testing Tab](./img/vs_code_executing_tests.png){ width=auto align=center}