{"id":20169234,"url":"https://github.com/clientio/joint-playwright-e2e-testing","last_synced_at":"2025-10-08T11:04:22.983Z","repository":{"id":134719970,"uuid":"508602345","full_name":"clientIO/joint-playwright-e2e-testing","owner":"clientIO","description":"E2E testing tutorial with JointJS \u0026 Playwright","archived":false,"fork":false,"pushed_at":"2022-06-29T08:27:31.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-13T15:22:14.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/clientIO.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":"2022-06-29T08:08:18.000Z","updated_at":"2023-11-18T11:00:36.000Z","dependencies_parsed_at":"2023-05-11T05:15:12.950Z","dependency_job_id":null,"html_url":"https://github.com/clientIO/joint-playwright-e2e-testing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clientIO%2Fjoint-playwright-e2e-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clientIO%2Fjoint-playwright-e2e-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clientIO%2Fjoint-playwright-e2e-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clientIO%2Fjoint-playwright-e2e-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clientIO","download_url":"https://codeload.github.com/clientIO/joint-playwright-e2e-testing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241605820,"owners_count":19989612,"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":[],"created_at":"2024-11-14T01:11:49.258Z","updated_at":"2025-10-08T11:04:17.961Z","avatar_url":"https://github.com/clientIO.png","language":"TypeScript","readme":"# E2E Testing: JointJS \u0026 Playwright\n\nThis git repository is intended for instructional purposes. It is the source code that accompanies a JointJS blog post \"E2E Testing: JointJS \u0026 Playwright\" which can be found [here](https://resources.jointjs.com/tutorial/testing-e2e-playwright).\n\n### Dependencies\n\nMake sure you have the following dependencies installed on your system:\n\n- [Node.js (v12 or above)](https://nodejs.org/en/)\n- git\n\n#### Setup\n\nClone this repository.\n\n```\ngit clone git@github.com:clientIO/joint-playwright-e2e-testing.git\n```\n\nChange into the `joint-playwright-e2e-testing` directory.\n\n```\ncd joint-playwright-e2e-testing\n```\n\nInstall Playwright dependencies, and supported browsers. This tutorial and project uses ` \"@playwright/test\": \"^1.22.1\"`.\n\n```\nnpm install\n# install supported browsers\nnpx playwright install\n```\n\nChange into app directory. Install app dependencies, and serve the JointJS app.\n\n```\ncd app\nnpm install\nnpm run dev\n```\n\nYou should be able to view the demo at `http://localhost:3000/`.\n\nYou are now ready to run tests from the project root. Change directory to root if currently in app directory, and run the tests.\n\n```\ncd ..\nnpm run test\n```\n\nNOTE: Visual Regression tests should fail on the first test run as explained in the accompanying tutorial. This is because no \"golden snapshots\" of the application exist yet.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclientio%2Fjoint-playwright-e2e-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclientio%2Fjoint-playwright-e2e-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclientio%2Fjoint-playwright-e2e-testing/lists"}