To generate unit tests with GitHub Copilot, follow these steps:
- Open your Visual Studio code app to access GitHub Copilot.
- Click the add icon to add a new edit.
- Start typing your prompt in the chat bar and press ENTER.
- Right click in the editor, click 'Generate Code' and select 'Generate Tests'.
- Copilot will automatically generate and often attempt to run the tests, displaying the results in the Test Explorer.



