{"id":27918145,"url":"https://github.com/misterjimson/playrunner","last_synced_at":"2025-05-06T18:19:20.912Z","repository":{"id":63740342,"uuid":"567892938","full_name":"MisterJimson/playrunner","owner":"MisterJimson","description":"A user flow testing tool for websites based on Playwright","archived":false,"fork":false,"pushed_at":"2023-01-17T03:24:57.000Z","size":68,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-06T18:19:11.332Z","etag":null,"topics":["accessibility","automation","testing","web"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MisterJimson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-18T20:49:16.000Z","updated_at":"2024-08-20T18:43:09.000Z","dependencies_parsed_at":"2023-01-22T09:15:17.609Z","dependency_job_id":null,"html_url":"https://github.com/MisterJimson/playrunner","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisterJimson%2Fplayrunner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisterJimson%2Fplayrunner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisterJimson%2Fplayrunner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisterJimson%2Fplayrunner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MisterJimson","download_url":"https://codeload.github.com/MisterJimson/playrunner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252741484,"owners_count":21797030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accessibility","automation","testing","web"],"created_at":"2025-05-06T18:19:19.853Z","updated_at":"2025-05-06T18:19:20.901Z","avatar_url":"https://github.com/MisterJimson.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Playrunner\n[![npm version](https://badge.fury.io/js/playrunner.svg)](https://badge.fury.io/js/playrunner)\n![ci](https://github.com/MisterJimson/playrunner/actions/workflows/node.js.yml/badge.svg?branch=main)\n\nA user flow testing tool for websites based on [Playwright](https://playwright.dev/).\n\nInspired by [fluttium](https://github.com/wolfenrain/fluttium)\n\n## Usage\n`npx playrunner run \u003cpath to flow file\u003e`\n\nHere is an example flow file. You can see more examples in the [examples](https://github.com/MisterJimson/playrunner/tree/main/examples) folder.\n\n```yaml\n# This flow recreates the example test from the Playwright docs https://playwright.dev/docs/writing-tests#the-example-test\n- description: homepage has Playwright in title and get started link linking to the intro page\n- goTo: \"https://playwright.dev/\"       # Navigate to a URL\n- expectTitle: Playwright               # Check the page title, supports RegEx\n- expectAttribute:                      # Check an attribute of an element\n    name: href\n    value: /docs/intro\n    locator:\n      role: link\n      name: Get started\n- clickOn:                              # Click on an element\n    locator:\n      role: link\n      name: Get started\n- expectUrl: .*intro                    # Check the URL, supports RegEx\n```\n\n## Development\n- Clone the repo and `cd` into it, then `npm i` to install dependencies.\n- Run `npm run dev -- \u003cflow_file\u003e` to execute your flow.\n\nTry `npm run dev -- examples/playwright.yaml` to run the example flow.\n\n## Notes\nThis project is in early development and most Playwright capabilities are not hooked up yet. The only enabled capabilities are those found used in the `examples` folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisterjimson%2Fplayrunner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisterjimson%2Fplayrunner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisterjimson%2Fplayrunner/lists"}