{"id":43084708,"url":"https://github.com/matdurand/sidetest","last_synced_at":"2026-01-31T15:07:24.306Z","repository":{"id":145291503,"uuid":"119271141","full_name":"matdurand/sidetest","owner":"matdurand","description":"A VSCode extension to navigate from and to test files","archived":false,"fork":false,"pushed_at":"2024-03-17T15:47:59.000Z","size":119,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-17T16:31:47.287Z","etag":null,"topics":["javascript","testing","vscode-extension"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/matdurand.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}},"created_at":"2018-01-28T15:36:17.000Z","updated_at":"2024-03-17T15:21:48.000Z","dependencies_parsed_at":"2024-03-17T16:30:46.859Z","dependency_job_id":"7dc30b8f-c157-4245-9ca9-4d8af8f0f5e7","html_url":"https://github.com/matdurand/sidetest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matdurand/sidetest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matdurand%2Fsidetest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matdurand%2Fsidetest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matdurand%2Fsidetest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matdurand%2Fsidetest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matdurand","download_url":"https://codeload.github.com/matdurand/sidetest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matdurand%2Fsidetest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28946206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"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":["javascript","testing","vscode-extension"],"created_at":"2026-01-31T15:07:23.709Z","updated_at":"2026-01-31T15:07:24.292Z","avatar_url":"https://github.com/matdurand.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VSCode Side Test\n\nSide test is a VSCode extension that make it easy to navigate to a test file from your source file. You can either just open the test file when in a source file, or make it open in a side by side, very useful when doing TDD.\n\n## Extension Settings\n\nIf you test files are located in the same source folder as the matching source files:\n\n- `sidetest.unitTest.subFolder`: the subfolder to look in to find the test file for a source file. **default is null, meaning the test file is in the same folder as the source file.**\n\nIf your test files are located in a separate root folder:\n\n- `sidetest.unitTest.rootFolder`: the root folder containing the test files (relative to workspace folder)\n- `sidetest.source.rootFolder`: the root folder containing the source files (relative to workspace folder)\n\nIn either mode, you can specify the following options:\n\n- `sidetest.unitTest.preExtensionSuffix`: the suffix to add before the file extension to find the matching test. Common suffix are 'test' and 'spec'. **Default is [spec]**\n- `sidetest.unitTest.prefix`: the prefix to add before the source filename. No default\n- `sidetest.unitTest.suffix`: the suffix to add after the source filename. No default\n- `sidetest.createTestIfMissing`: When set to true, the test file will be created if you try to open it and it doesn't exist. **false by default**\n\n## Commands\n\n### Open test file\n\nThis will open the test file for the currently open source file in a new tab.\n\n### Open test file side by side\n\nThis is the same as 'Open test file' but the test file is opened in a side-by-side view using VSCode split editor.\n\n### Open source file\n\nThis will open the source file for the currently open test file in a new tab.\n\n### Open source file side by side\n\nThis is the same as 'Open source file' but the source file is opened in a side-by-side view using VSCode split editor.\n\n## Release Notes\n\n### 1.0.0\n\nInitial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatdurand%2Fsidetest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatdurand%2Fsidetest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatdurand%2Fsidetest/lists"}