Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 697 Bytes

Readme.md

File metadata and controls

31 lines (19 loc) · 697 Bytes

Ogma + Playwright testing boilerplate

Ogma logo Playwright logo

About

This is a boilerplate for testing web applications using Ogma and Playwright. It will show you how to use Ogma to create a graph and how to use Playwright to test and interact with your visualisation. It includes tests written in TypeScript, test for a simple click on a node and camera positioning.

How to use

Installation

npm i

Run

npm t

Run in headful mode

npm run test:ui

License

Apache 2.0