6 Example Execute Pipeline - essenius/FitNesseRun GitHub Wiki

A typical Azure Pipeline in execute mode would look like below screenshot. It downloads FitNesse and FitSharp, the fixtures and test pages it needs. Then it calls a task to replace variable names by their values (used to e.g. parameterize URLs for different test environments). Next, it configures FitNesse using a FitNesseConfigure task, and then runs FitNesse on the build agent. Finally, it stores the test results in Azure DevOps.