Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/janijegoroff/stripe-demo

Test automation examples for Stripe payment platform checkout workflow.
https://github.com/janijegoroff/stripe-demo

javascript playwright postman ruby selenium stripe typescript

Last synced: 8 days ago
JSON representation

Test automation examples for Stripe payment platform checkout workflow.

Awesome Lists containing this project

README

        

# 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`.