https://github.com/checkly/checkly-open-banking
https://github.com/checkly/checkly-open-banking
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/checkly/checkly-open-banking
- Owner: checkly
- Created: 2023-12-29T15:41:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T21:48:24.000Z (over 2 years ago)
- Last Synced: 2025-06-30T01:06:47.497Z (12 months ago)
- Language: JavaScript
- Size: 76.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Checkly Open Banking sample
## Overview
This repository contains a sample CLI project that uses Checkly to monitor a multi-step open banking flow on the [Kosma platform](https://www.kosma.com/) by Klarna.
## Repository Structure
* `src/__checks__/`: Where Checkly constructs and the Playwright spec for the Kosma check live.
* `checkly.config.ts`: Configuration file for the Checkly CLI project.
* `playwright.config.ts`: Playwright configuration file.
## Usage
* Clone the Repository
* Run `npm install` to install necessary packages
* To test your check on Checkly before deploying it, run `npx checkly test -e KOSMA_AUTH_TOKEN=`
* Before deploying your project, run `npx checkly env add KOSMA_AUTH_TOKEN -l` to push your environment variable to Checkly
* To deploy your project on Checkly, run `npx checkly deploy`