{"id":18255193,"url":"https://github.com/thompsonjonm/playwright-demoqa","last_synced_at":"2026-03-01T01:01:12.447Z","repository":{"id":89699887,"uuid":"331043247","full_name":"ThompsonJonM/playwright-demoqa","owner":"ThompsonJonM","description":"A testing repository using Microsoft Playwright, Javascript, and Jest to test the DemoQA website.","archived":false,"fork":false,"pushed_at":"2021-01-31T16:08:20.000Z","size":206,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-20T21:57:16.704Z","etag":null,"topics":["automation","playwright","playwright-javascript","testing","testing-framework"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThompsonJonM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-01-19T16:34:43.000Z","updated_at":"2023-03-02T06:20:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc3c2e30-780d-4495-a51f-5679e67a8787","html_url":"https://github.com/ThompsonJonM/playwright-demoqa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ThompsonJonM/playwright-demoqa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThompsonJonM%2Fplaywright-demoqa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThompsonJonM%2Fplaywright-demoqa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThompsonJonM%2Fplaywright-demoqa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThompsonJonM%2Fplaywright-demoqa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThompsonJonM","download_url":"https://codeload.github.com/ThompsonJonM/playwright-demoqa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThompsonJonM%2Fplaywright-demoqa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29957128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T22:53:01.873Z","status":"ssl_error","status_checked_at":"2026-02-28T22:52:50.699Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["automation","playwright","playwright-javascript","testing","testing-framework"],"created_at":"2024-11-05T10:15:06.491Z","updated_at":"2026-03-01T01:01:12.291Z","avatar_url":"https://github.com/ThompsonJonM.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Playwright Demoqa Project\n\nA testing repository using Microsoft Playwright, Javascript, and Jest to test the DemoQA website.\n\n1. [Tools Used](#tools-used)\n2. [Installation](#installation)\n3. [Running Tests](#running-tests)\n4. [Test Plan](#test-plan)\n\n### Tools Used\n\n- Playwright\n- Prettier\n- Eslint\n- Fishery (Planned)\n- Faker (Planned)\n\n### Installation\n\nSimply input the following once cloned:\n\n`npm install`\n\n### Running Tests\n\nThis repository requires the creation of a `user.json` populated with a user for the Bookstore application. The JSON should resemble the following:\n\n```\n{\n  \"username\": { bookstoreUsername },\n  \"password\": { bookstorePassword }\n}\n```\n\nTo run:\n\n`npm run test`\n\nTests are headless by default. I intend on adding headless/headful as a command line selection.\n\n### Test Plan\n\n- Navigation\n  - Iterate through each menu selection and verify correct page load\n- Elements\n- Forms\n- Alerts\n  - Windows can be automated\n  - Frames can be automated\n  - Nested Frames should be able to be automated\n- Widgets\n- Interactions\n- Book store app\n  - Login\n    - Successfully login, logout\n    - Create command for API login\n  - User Register not automatable due to CAPTCHA\n    - Consider API\n    - POST https://www.demoqa.com/Account/v1/User\n      - Request:\n      - { userName: {USERNAME}, password: {PASSWORD} }\n      - Response:\n      - { \"userID\":{ID},\"username\":{USERNAME},\"books\":[] }\n  - Add a book\n    - UI and API\n  - Delete a book\n    - UI and API\n  - Delete all books\n    - UI and API\n  - Delete account\n    - UI and API\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthompsonjonm%2Fplaywright-demoqa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthompsonjonm%2Fplaywright-demoqa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthompsonjonm%2Fplaywright-demoqa/lists"}