{"id":20929388,"url":"https://github.com/alejandrohdezma/sbt-scripted-munit","last_synced_at":"2025-10-10T17:12:08.505Z","repository":{"id":99074446,"uuid":"569156960","full_name":"alejandrohdezma/sbt-scripted-munit","owner":"alejandrohdezma","description":"SBT plugin to enable using MUnit to test your SBT plugins","archived":false,"fork":false,"pushed_at":"2024-05-15T05:21:21.000Z","size":74,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-21T04:13:46.792Z","etag":null,"topics":["munit","sbt","sbt-plugin","scala","scripted","testing"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/alejandrohdezma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"ko_fi":"alejandrohdezma"}},"created_at":"2022-11-22T07:54:14.000Z","updated_at":"2024-06-01T06:32:23.295Z","dependencies_parsed_at":"2023-03-27T09:02:51.827Z","dependency_job_id":"1bad40eb-1301-4ba9-9f1b-f7a02b2e029c","html_url":"https://github.com/alejandrohdezma/sbt-scripted-munit","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandrohdezma%2Fsbt-scripted-munit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandrohdezma%2Fsbt-scripted-munit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandrohdezma%2Fsbt-scripted-munit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandrohdezma%2Fsbt-scripted-munit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alejandrohdezma","download_url":"https://codeload.github.com/alejandrohdezma/sbt-scripted-munit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243324267,"owners_count":20273099,"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":["munit","sbt","sbt-plugin","scala","scripted","testing"],"created_at":"2024-11-18T21:19:15.084Z","updated_at":"2025-10-10T17:12:03.474Z","avatar_url":"https://github.com/alejandrohdezma.png","language":"Scala","funding_links":["https://ko-fi.com/alejandrohdezma"],"categories":[],"sub_categories":[],"readme":"SBT plugin to enable using MUnit to test your SBT plugins\n\n## Usage\n\nCreate a scripted test for your SBT plugin following the\n[official guide](https://www.scala-sbt.org/1.x/docs/Testing-sbt-plugins.html).\n\nAdd the following line to the `plugins.sbt` file of your scripted test:\n\n```sbt\naddSbtPlugin(\"com.alejandrohdezma\" % \"sbt-scripted-munit\" % \"0.3.0\")\n```\n\nAdd some tests to `build.sbt`:\n\n```scala\nmunitSuites += \"MySuite\" -\u003e new FunSuite {\n\n  test(\"The most important question\") {\n    assertEquals(\"The meaning of life, the universe and everything else\", \"42\")\n  }\n\n}\n```\n\nAdd this to your `test` file so MUnit suites are executed:\n\n```\n\u003e munitScripted\n```\n\n## Contributors to this project \n\n| \u003ca href=\"https://github.com/alejandrohdezma\"\u003e\u003cimg alt=\"alejandrohdezma\" src=\"https://avatars.githubusercontent.com/u/9027541?v=4\u0026s=120\" width=\"120px\" /\u003e\u003c/a\u003e |\n| :--: |\n| \u003ca href=\"https://github.com/alejandrohdezma\"\u003e\u003csub\u003e\u003cb\u003ealejandrohdezma\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandrohdezma%2Fsbt-scripted-munit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falejandrohdezma%2Fsbt-scripted-munit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandrohdezma%2Fsbt-scripted-munit/lists"}