Skip to content

Kattenelvis/flowback-interface-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Instructions

There are two main ways of installing, via Docker and running locally. I recommend Docker.

A docker container can store everything, including the test browsers. This way they don't need to be globally installed on your operating system, and it ensures that it works the same on all devices no matter which operating system one is using.

With Docker

Clone the repository

git clone https://github.com/Kattenelvis/flowback-interface-testing
cd flowback-interface-testing
docker build .
docker run .

Locally

Install npm packages

npm install

Install playwright testing browsers (chromium, chromium-headless, firefox, webkit)

npx playwright install

Running Commands

Then run playwright commands, as found here: https://playwright.dev/docs/test-cli

For instance:

npx playwright test . --headed
npx playwright test -g "Delegation-Poll" --headed

About

Playwright testing system for Flowback frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published