{"id":22726872,"url":"https://github.com/albertobasalo/cy-lab","last_synced_at":"2026-03-10T10:32:44.337Z","repository":{"id":167278725,"uuid":"642878543","full_name":"AlbertoBasalo/cy-lab","owner":"AlbertoBasalo","description":"🌲Sample project for Cypress testing courses by https://albertobasalo.dev","archived":false,"fork":false,"pushed_at":"2024-06-27T18:35:15.000Z","size":491,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-08T06:40:12.560Z","etag":null,"topics":["course","cypress","demo-app","sample"],"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/AlbertoBasalo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-05-19T14:48:42.000Z","updated_at":"2024-06-27T18:35:19.000Z","dependencies_parsed_at":"2023-05-25T05:15:31.875Z","dependency_job_id":"37c13393-1a6f-49e5-858e-c7330e3367b1","html_url":"https://github.com/AlbertoBasalo/cy-lab","commit_stats":null,"previous_names":["albertobasalo/cy-dev"],"tags_count":2,"template":false,"template_full_name":"AlbertoBasalo/quark","purl":"pkg:github/AlbertoBasalo/cy-lab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoBasalo%2Fcy-lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoBasalo%2Fcy-lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoBasalo%2Fcy-lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoBasalo%2Fcy-lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlbertoBasalo","download_url":"https://codeload.github.com/AlbertoBasalo/cy-lab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoBasalo%2Fcy-lab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30330589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: 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":["course","cypress","demo-app","sample"],"created_at":"2024-12-10T17:07:17.503Z","updated_at":"2026-03-10T10:32:44.299Z","avatar_url":"https://github.com/AlbertoBasalo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CyLab,\n\n\u003e Cypress Laboratory for Alberto Basalo courses and workshops\n\n[![GitHub license](https://img.shields.io/github/license/AlbertoBasalo/cy-lab?style=for-the-badge)](https://albertobasalo.dev)\n\nSample code for Cypress development courses by [Alberto Basalo](https://albertobasalo.dev)\n\n## Clone Repository, install dependencies, and run the project\n\n```bash\ngit clone https://github.com/AlbertoBasalo/cy-lab\ncd cy-lab\nnpm install\n# run cypress interactive mode\nnpm start\n# alternatively run cypress in headless mode\nnpm test\n```\n\n## Alternative\n\n```bash\n# create new npm project\nnpm init -y\n# add cypress as dependency\nnpm i cypress\n# add typescript as dependency\nnpm i typescript\n# add several dev dependencies\nnpm i -D @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-config-prettier eslint-plugin-prettier prettier\nnpm i -D @types/node\n# add cypress open to start script and run it\nnpm start\n```\n\n## Target project (Subject under test)\n\nIt is a demo web app with simple but enough functionality. Get a clone, install the dependencies, and follow the instructions to start a local server.\n\n- [**Demo app**](https://github.com/AlbertoBasalo/ng-lab)\n\n## 🛠 VS Code configuration\n\n```bash\nnpm i -D @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-config-prettier prettier typescript\n```\n\n- [My Visual Studio Code .dotfiles](https://github.com/AlbertoBasalo/dotfiles)\n\n### ⚙️ Settings\n\n- [How to configure VSCode to code better TypeScript](https://albertobasalo.medium.com/how-to-configure-vscode-to-code-better-typescript-d6e000b2cb06?sk=4c0edee7dd123c0e0c7c6f7266c91e4d)\n\n- [My settings.json](https://github.com/AlbertoBasalo/dotfiles/blob/main/settings.json)\n\n### 🧩 Extensions\n\n- [5 VSCode extensions to write better TypeScript](https://albertobasalo.medium.com/5-vscode-extensions-to-write-better-typescript-9804acbada9?sk=8907a533ca7e5b14aa2daa397bb667d1)\n\n- [All the Extensions I use](https://github.com/AlbertoBasalo/dotfiles/blob/main/extensions-i-use.md)\n\nhttps://chromewebstore.google.com/detail/cypress-recorder/glcapdcacdfkokcmicllhcjigeodacab?pli=1\n\n### 👩🏼‍⚖️ EsLint rules\n\n- [Fine-tune ESLint rules to write better TypeScript](https://albertobasalo.medium.com/fine-tune-eslint-rules-to-code-better-typescript-e4cabbbe2fa1?sk=fe0c1c07936f2c4a503dbce0272da621)\n\n- [My eslint.json](https://github.com/AlbertoBasalo/dotfiles/blob/main/eslint.json)\n\n#### ⌨ VS Code Shortcuts\n\n- `F1` :command list\n- `CTRL+P` : file\n- `CTRL+T` : search code\n- `CTRL+K CTRL+Z` : code comment\n- `CTRL+K CTRL+U` : uncomment code\n- `F12` : go to definition\n- `CTRL+Ñ` : show hide terminal\n- `CTRL+B`: show hide navigation bar\n- `CTRL+K S` : save al files\n- `ALT+up|down` : move line\n\n---\n\n\u003cfooter\u003e\n  \u003ch3\u003e🧑🏼‍💻 By \u003ca href=\"https://albertobasalo.dev\" target=\"blank\"\u003eAlberto Basalo\u003c/a\u003e \u003c/h3\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://twitter.com/albertobasalo\" target=\"blank\"\u003e\n      \u003cimg src=\"https://img.shields.io/twitter/follow/albertobasalo?logo=twitter\u0026style=for-the-badge\" alt=\"twitter albertobasalo\" /\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://github.com/albertobasalo\" target=\"blank\"\u003e\n      \u003cimg \n        src=\"https://img.shields.io/github/followers/albertobasalo?logo=github\u0026label=profile albertobasalo\u0026style=for-the-badge\" alt=\"git albertobasalo\" /\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\u003c/footer\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertobasalo%2Fcy-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbertobasalo%2Fcy-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertobasalo%2Fcy-lab/lists"}