{"id":20615221,"url":"https://github.com/lenntt/kinglouie","last_synced_at":"2025-08-17T08:07:38.654Z","repository":{"id":145253919,"uuid":"123196081","full_name":"lenntt/kinglouie","owner":"lenntt","description":"Exploratory test monkey that becomes smarter over time","archived":false,"fork":false,"pushed_at":"2023-04-23T16:30:04.000Z","size":413,"stargazers_count":3,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T08:01:54.151Z","etag":null,"topics":["exploratory-test-monkey","model-based-testing","selenium","test-automation","testing","web-application"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lenntt.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-02-27T22:23:28.000Z","updated_at":"2024-03-05T14:42:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd417db7-16ac-45e7-b434-d976f8b652b8","html_url":"https://github.com/lenntt/kinglouie","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lenntt/kinglouie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenntt%2Fkinglouie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenntt%2Fkinglouie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenntt%2Fkinglouie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenntt%2Fkinglouie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lenntt","download_url":"https://codeload.github.com/lenntt/kinglouie/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenntt%2Fkinglouie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270820793,"owners_count":24651534,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["exploratory-test-monkey","model-based-testing","selenium","test-automation","testing","web-application"],"created_at":"2024-11-16T11:14:37.979Z","updated_at":"2025-08-17T08:07:38.641Z","avatar_url":"https://github.com/lenntt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/lenntt/kinglouie.svg?branch=master)](https://travis-ci.org/lenntt/kinglouie)\n[![codecov](https://codecov.io/gh/lenntt/kinglouie/branch/master/graph/badge.svg)](https://codecov.io/gh/lenntt/kinglouie)\n[![BCH compliance](https://bettercodehub.com/edge/badge/lenntt/kinglouie?branch=master)](https://bettercodehub.com/)\n\n# Description\n\nYour exploratory test monkey that becomes smarter over time.\n\n_King Louie:_\n\u003e_Oh, oobee doo_\u003cbr/\u003e\n\u003e_I wanna be like you_\u003cbr/\u003e\n\u003e_I wanna walk like you_\u003cbr/\u003e\n\u003e_Talk like you, too_\u003cbr/\u003e\n\u003e_You'll see it's true_\u003cbr/\u003e\n\u003e_An ape like me_\u003cbr/\u003e\n\u003e_Can learn to be human too_\n\n\n# Prerequisites\n\n* `nodejs` \u003e= 8 (depending on `async` and using es6), with `npm`\n* Chrome\n\n# To run\n\nclone this repo and\n```\nnpm install\nnpm test\nnode samples/google/main.js\n```\n\n![screenshot](screen.png)\n\n# Definitions\n\n## The Labelled Transition System\n* A `Model` (Labeled Transition System), consists of:\n    * `Label`s\n        * A label is either a `stimulus` (e.g. click), a `response` (e.g. an error), or `quiesence` (δ, absence of any output).\n        * Can define parameters\n    * `State`s\n        * Which have outgoing `Transition`s\n            * Which have a `from` state, a `label`, and a `to` state.\n            * May have a `guard` which specifies conditions on label parameters\n        * One state is the `initialState`\n* An `InstantiatedLabel` is a label, but with actual data and meta data.\n* A `Trace` is a list of observed `InstantiatedLabel`s.\n\n## The Adapter\nYou must implement an `Adapter`, which is an object that has async functions `preamble`, `waitForOutput` and `determineState`. See samples (samples/google/main.js).\nThe `adapter` folder contains predefined methods to interact with a page.\n\n## KingLouie\nIs using your `Adapter` and builds up an observation `Model`.\n\n\n# Known limitations\n- Kinglouie does not interact with iframes or new windows (popups).\n- Kinglouie does not handle modal dialogs (e.g. `alert()`);\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenntt%2Fkinglouie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flenntt%2Fkinglouie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenntt%2Fkinglouie/lists"}