{"id":19845376,"url":"https://github.com/qavajs/soft-assertion","last_synced_at":"2025-05-01T21:30:30.886Z","repository":{"id":57967019,"uuid":"527838995","full_name":"qavajs/soft-assertion","owner":"qavajs","description":"Module that enables soft assertions in qavajs framework","archived":false,"fork":false,"pushed_at":"2024-01-09T09:07:36.000Z","size":226,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-13T14:45:28.599Z","etag":null,"topics":["qa","test-automation","testing"],"latest_commit_sha":null,"homepage":null,"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/qavajs.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}},"created_at":"2022-08-23T05:00:51.000Z","updated_at":"2024-05-22T08:34:57.000Z","dependencies_parsed_at":"2024-01-09T10:48:00.169Z","dependency_job_id":null,"html_url":"https://github.com/qavajs/soft-assertion","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"61f4881bf5217c333091c7a955e5134087472117"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qavajs%2Fsoft-assertion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qavajs%2Fsoft-assertion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qavajs%2Fsoft-assertion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qavajs%2Fsoft-assertion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qavajs","download_url":"https://codeload.github.com/qavajs/soft-assertion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224278484,"owners_count":17285080,"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":["qa","test-automation","testing"],"created_at":"2024-11-12T13:07:32.629Z","updated_at":"2025-05-01T21:30:30.878Z","avatar_url":"https://github.com/qavajs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @qavajs/soft-assertion\nSoft assertions for qavajs frameworks\n\n## Installation\n`npm install @qavajs/soft-assertion`\n\n## Usage\n   \nAdd module to requireModule.\n```javascript\nmodule.exports = {\n    default: {\n        requireModule: [\n            '@qavajs/soft-assertion/index.js'\n        ]\n    }\n}\n```\n\nNow you can use `softly` prefix before expect.\n```gherkin\nFeature: Feature\n\n  Scenario: verify soft assert\n    # first step fails but other steps will not be skipped\n    Then I softly expect '2' to equal '1'\n    # pass\n    And I expect '1' to equal '1'\n    # fail\n    And I expect '2' to equal '1'\n    # skip\n    And I expect '1' to equal '1'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqavajs%2Fsoft-assertion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqavajs%2Fsoft-assertion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqavajs%2Fsoft-assertion/lists"}