The Dennis Blog
open-menucloseme
Home
About
linkedin bluesky
  • Run your Cypress Tests in a Github Workflow

    calendar Feb 20, 2022 · 4 min read · cypress devops  ·
    Share on: twitter facebook linkedin copy
    Run your Cypress Tests in a Github Workflow

    Learn how to integrate Cypress tests into your CI/CD pipeline using GitHub Actions. This guide walks you through setting up a GitHub workflow to automatically run your Cypress tests on every push to the main branch or via manual triggers, ensuring your web applications are consistently tested and reliable.


    Read More
  • Using Gherkin with your Cypress Tests

    calendar Feb 13, 2022 · 6 min read · cypress  ·
    Share on: twitter facebook linkedin copy
    Using Gherkin with your Cypress Tests

    Learn how to enhance your Cypress tests by integrating Gherkin syntax for behavior-driven development (BDD). This guide covers setting up feature files, creating step definitions, and leveraging page objects to create clear, maintainable, and collaborative test scenarios.


    Read More
  • Using Page Object in Cypress

    calendar Feb 3, 2022 · 5 min read · cypress  ·
    Share on: twitter facebook linkedin copy
    Using Page Object in Cypress

    Page Object is a design pattern that helps create maintainable and reusable test automation code. Learn how to implement the Page Object pattern in your Cypress tests to improve readability and manageability.


    Read More
  • API Testing With Cypress

    calendar Apr 25, 2021 · 6 min read · cypress api  ·
    Share on: twitter facebook linkedin copy
    API Testing With Cypress

    Learn how to use Cypress, a powerful JavaScript-based test automation framework, to perform API testing. This guide covers setting up a mock API with JSON Server, writing and running API tests, and integrating them into your CI pipeline.


    Read More

Dennis Whalen

Software quality engineer and test automation advocate, exploring everything from AI testing and accessibility, to load testing, DevOps practices and team collaboration.

Featured Posts

  • Add Structured Testing to Your AI Vibe - with promptfoo
  • Automate the Testing of Your LLM Prompt - with promptfoo
  • Automating Browser-Based Performance Testing

Recent Posts

  • Load Testing with k6, Prometheus, and Grafana
  • Accessibility Testing with Playwright
  • Accessibility Testing with a Chrome Extension

Series

PROMPTFOO 2

Tags

CYPRESS 4 PERFORMANCE TESTING 4 DEVOPS 3 LOAD TESTING 3 ACCESSIBILITY-TESTING 2 AI 2 API 2 POSTMAN 2 PROMPTFOO 2 TESTING 2 SHIFT LEFT 1 TEST DATA 1
Dennis Whalen

Copyright  DENNIS WHALEN. All Rights Reserved

to-top