Using GitHub Copilot chat to explain errors on CI when running Playwright tests

Опубликовано: 03 Октябрь 2024
на канале: Debbie O'Brien
454
10

In this video we take a look at a pr that is failing on CI and instead of having to parse the error messages that Playwright gives us on CI we can instead click a button called "Explain Error" and let copilot explain it. This is much quicker and much easier to read and understand. And of course as it is a chat we can even ask it how to do things like how to set the env variables on CI. Very cool. Will be using this button more often