{"id":23063922,"url":"https://github.com/edertone/turbotesting","last_synced_at":"2025-07-09T18:04:18.707Z","repository":{"id":34409264,"uuid":"169698222","full_name":"edertone/TurboTesting","owner":"edertone","description":"General purpose cross-language library to improve automated testing productivity","archived":false,"fork":false,"pushed_at":"2024-11-02T23:15:33.000Z","size":593,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-20T03:20:05.611Z","etag":null,"topics":["assertions","nodejs","php","selenium","test-automation","testing","testing-tools"],"latest_commit_sha":null,"homepage":"https://turboframework.org/en/libs/turbotesting","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edertone.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}},"created_at":"2019-02-08T07:18:35.000Z","updated_at":"2024-11-02T23:15:37.000Z","dependencies_parsed_at":"2024-03-19T10:31:33.583Z","dependency_job_id":"c0694b4f-f9ec-43d1-aaf3-efbd544a3b15","html_url":"https://github.com/edertone/TurboTesting","commit_stats":{"total_commits":103,"total_committers":3,"mean_commits":"34.333333333333336","dds":0.1456310679611651,"last_synced_commit":"6417879b3d73a15d544f608fe1ba6a8d1222bba1"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edertone%2FTurboTesting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edertone%2FTurboTesting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edertone%2FTurboTesting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edertone%2FTurboTesting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edertone","download_url":"https://codeload.github.com/edertone/TurboTesting/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229906176,"owners_count":18142456,"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":["assertions","nodejs","php","selenium","test-automation","testing","testing-tools"],"created_at":"2024-12-16T04:13:35.109Z","updated_at":"2024-12-16T04:13:35.786Z","avatar_url":"https://github.com/edertone.png","language":"TypeScript","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=53MJ6SY66WZZ2\u0026lc=ES\u0026item_name=TurboTesting\u0026no_note=0\u0026cn=A%c3%b1adir%20instrucciones%20especiales%20para%20el%20vendedor%3a\u0026no_shipping=2\u0026currency_code=EUR\u0026bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted"],"categories":[],"sub_categories":[],"readme":"### General purpose cross-language library to improve automated testing productivity\r\n\r\nThis library tries to help developers to write automated tests for their projects, focusing on speed and productivity. The most common testing procedures are coded into classes that are easy to use and understand, grouped by functional areas.\r\n\r\nIt is a library that uses the same methods and classes across all the implemented languages, so we can work the same way when switching between different projects or technologies.\r\n\r\n### Documentation\r\n\r\n**A detailed code specification is available online. You can check it [here](https://turboframework.org/en/libs/turbotesting)**\r\n\r\n### How to use it\r\n\r\n- Php:\r\n```\r\nCurrently available only as a .phar file (download it from https://turboframework.org)\r\nrequire '..../turbotesting-php-X.X.X.phar';\r\nuse org\\turbotesting\\src\\main\\php\\utils\\AssertUtils;\r\n$n = AssertUtils::throwsException(function() { someMethodThatFails(); }, '/assert exception message/');\r\n```\r\n- Typescript:\r\n```\r\nnpm install turbotesting-ts\r\nimport { AssertUtils } from 'turbotesting-ts';\r\nlet n = AssertUtils.throwsException(function() {throw new Error('exception is thrown');}, 'assert exception message');\r\n```\r\n- NodeJS projects:\r\n```\r\nnpm install turbotesting-ts\r\nconst {AssertUtils} = require('turbotesting-ts');\r\nvar n = AssertUtils.throwsException(function() {throw new Error('exception is thrown');}, 'assert exception message');\r\n```\r\n\r\n### Language support\r\n\r\n- Php (7 or more recommended)\r\n- Typescript\r\n- NodeJS\r\n\r\nWe want to increase this list. So! if you want to translate the library to your language of choice, please contact us! We need your help to port this library to as many languages as possible, and more important, we need to code the SAME unit tests across all the implemented languages. This is the only way to guarantee that the library delivers exactly the same behavior everywhere.\r\n\r\n### Dependencies\r\n\r\nThis library requires the latest [turbocommons](https://turboframework.org/en/libs/turbocommons) and [turbodepot](https://turboframework.org/en/libs/turbodepot) library versions\r\n\r\n### Contribute\r\n\r\nTurbo Testing is 100% free and open source, but we will be really pleased to receive any help, support, comments or donations to help us improve this library. If you like it, spread the word!\r\n\r\n- You can get more info at the official site:\r\n\r\n\t- [https://turboframework.org/en/libs/turbotesting](https://turboframework.org/en/libs/turbotesting)\r\n\r\n### Donate\r\n\t\r\n[![Donate](https://turboframework.org/view/views/home/donate-button.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=53MJ6SY66WZZ2\u0026lc=ES\u0026item_name=TurboTesting\u0026no_note=0\u0026cn=A%c3%b1adir%20instrucciones%20especiales%20para%20el%20vendedor%3a\u0026no_shipping=2\u0026currency_code=EUR\u0026bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Federtone%2Fturbotesting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Federtone%2Fturbotesting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Federtone%2Fturbotesting/lists"}