mgreg90 / loop-spec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loop-spec

loop-spec is a playwright-cli script. ADD DESCRIPTION HERE

Installation

This script relies on the playwright-cli gem. Sharing features are still in development for playwright, so for now, you'll need to run the following commands to install it.

$ gem install playwright-cli
$ mkdir -p "$HOME/.playwright/plays"
$ cd "$HOME/.playwright/plays" && git clone git@github.com:[GIT_USERNAME]/loop-spec.git
$ ln -s "$HOME/.playwright/plays/loop-spec/loop-spec.rb" "/usr/local/bin/loop-spec"

In the future, expect a $ playwright get loop-spec command to exist.

Usage

EXPLAIN USAGE HERE.

Thanks!

Thanks for checking out my script. If you're interested in ruby scripting, consider creating a playwright-cli script of your own!

About


Languages

Language:Ruby 53.2%Language:Shell 46.8%