Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/janijegoroff/stripe-demo
- Owner: JaniJegoroff
- Created: 2022-09-11T19:05:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T10:45:07.000Z (about 1 year ago)
- Last Synced: 2023-08-26T12:01:36.628Z (about 1 year ago)
- Topics: javascript, playwright, postman, ruby, selenium, stripe, typescript
- Language: TypeScript
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.