Running Unit Tests with GitHub Actions (10 of 12) | Automated Software Testing

Поделиться
HTML-код
  • Опубликовано: 9 июн 2024
  • Welcome to the Automated Software Testing series, where you will learn how to increase the efficiency and ROI of your software testing. In this episode, Phil Japikse and Brian Randell show how to add automated testing into Continuous Integration pipelines using GitHub.
    - Chapters:
    0:00 - Introduction
    3:15 - Creating a GitHub Action
    5:15 - Discussions of scenarios and usage
    8:15 - Back to creating the GitHub Action
    11:20 - Saving and committing the Action to run the build and tests
    13:40 - Publishing the test results using a community Action
    24:15 - Wrapup
    - Resources:
    github.com/skimedic/SoftwareT...
    GitHub Actions and .NET:
    learn.microsoft.com/en-us/dot...
    GitHub Actions documentation:
    docs.github.com/en/actions
    - Episodes in this series:
    Why Automated Software Testing Matters:
    • Why Automated Software...
    Testing with the xUnit Framework - Overview:
    • Testing with the xUnit...
    Testing with the xUnit Framework - Theories and Assertions:
    • Testing with the xUnit...
    Testing with the xUnit Framework - More Assertions:
    • Testing with the xUnit...
    BDD Style Testing with MSpec:
    • BDD Style Testing with...
    Mocking Dependencies and Verifying Behavior - Moq Overview:
    • Mocking Dependencies a...
    Mocking Dependencies and Verifying Behavior - Applying Moq:
    • Mocking Dependencies a...
    Mocking Dependencies and Verifying Behavior - Additional Moq Features:
    • Mocking Dependencies &...
    Running Unit Tests with Azure Pipelines:
    • Running Tests with Azu...
    Running Unit Tests with GitHub Actions:
    • Running Unit Tests wit...
    Integration Testing with SQL Server and EF Core:
    • Integration Testing wi...
    Web Application Testing with Microsoft’s Playwright:
    • Web Application Testin...
  • НаукаНаука

Комментарии • 1

  • @user-ys8ju8xv5g
    @user-ys8ju8xv5g 5 месяцев назад

    If using .net framework 4.8, can you help me with the yml steps for automated test. The one showed works for .net core and above I guess. Also, windows-latest is what I want to use and not ubuntu