/stripe-demo

Test automation examples for Stripe payment platform checkout workflow.

Primary LanguageTypeScript

stripe-demo

Test automation examples for Stripe checkout workflow.

Motivation

Let's compare how classic, modern and the latest modern web testing frameworks gets the job done.

Examples desription

selenium-ruby

Selenium is the classic web testing framework. In this example tests are written in Ruby and Cucumber.

playwright-typescript

Playwright is the latest modern web testing framework. In this example tests are written in Typescript.

postman-api

Postman is an API client and tests are written in Javascript.