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

https://github.com/checkly/checkly-open-banking


https://github.com/checkly/checkly-open-banking

Last synced: 11 months ago
JSON representation

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`