All Projects → phenomnomnominal → Betterer

phenomnomnominal / Betterer

Licence: mit
betterer makes it easier to make incremental improvements to your codebase

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Betterer

Pytest Patterns
A couple of examples showing how pytest and its plugins can be combined to solve real-world needs.
Stars: ✭ 24 (-90.32%)
Mutual labels:  incremental, test
Jest Html Reporters
🌈 Reporter for jest test framework. 🌈
Stars: ✭ 245 (-1.21%)
Mutual labels:  test
Softest
Recording Browser Interactions And Generating Test Scripts.
Stars: ✭ 208 (-16.13%)
Mutual labels:  test
Redux Form Test
Shows how to do unit tests and integration tests with Redux-Form
Stars: ✭ 221 (-10.89%)
Mutual labels:  test
Redux Mock Store
A mock store for testing Redux async action creators and middleware.
Stars: ✭ 2,435 (+881.85%)
Mutual labels:  test
Easyincrementalupdate
Android差分补丁库,通过native层合并APK,实现增量更新升级,让你更新的APK更小。
Stars: ✭ 233 (-6.05%)
Mutual labels:  incremental
Androidunittest
Save time & clear your unit tests on Android !
Stars: ✭ 205 (-17.34%)
Mutual labels:  test
Vuex Mock Store
✅Simple and straightforward Vuex Store mock for vue-test-utils
Stars: ✭ 246 (-0.81%)
Mutual labels:  test
Nightwatch Cucumber
[DEPRECATED] Cucumber.js plugin for Nightwatch.js.
Stars: ✭ 243 (-2.02%)
Mutual labels:  test
Fsharp Hedgehog
Release with confidence, state-of-the-art property testing for .NET.
Stars: ✭ 219 (-11.69%)
Mutual labels:  test
Pkg Ok
👌 Checks paths and scripts defined in package.json before you publish
Stars: ✭ 219 (-11.69%)
Mutual labels:  test
Nx Admin
👍 A magical 🐮 ⚔ vue admin,记得star
Stars: ✭ 2,497 (+906.85%)
Mutual labels:  test
Ocaramba
C# Framework to automate tests using Selenium WebDriver
Stars: ✭ 234 (-5.65%)
Mutual labels:  test
Cornichon
Scala DSL for testing HTTP JSON API
Stars: ✭ 211 (-14.92%)
Mutual labels:  test
Alsatian
TypeScript testing framework with test cases
Stars: ✭ 244 (-1.61%)
Mutual labels:  test
Mgodatagen
Generate random data for MongoDB
Stars: ✭ 206 (-16.94%)
Mutual labels:  test
Escaya
An blazing fast 100% spec compliant, incremental javascript parser written in Typescript
Stars: ✭ 217 (-12.5%)
Mutual labels:  incremental
Junit Dataprovider
A TestNG like dataprovider runner for JUnit with many additional features
Stars: ✭ 226 (-8.87%)
Mutual labels:  test
Opentest
Open source test automation tool for web applications, mobile apps and APIs
Stars: ✭ 246 (-0.81%)
Mutual labels:  test
Fluentdocker
Commands, Services and Fluent API for docker, docker-compose & docker-machine, for win/mac/linux and native docker in c#
Stars: ✭ 245 (-1.21%)
Mutual labels:  test

Betterer

npm version

Betterer

Are you working with a large team, or a legacy codebase? Want to make big sweeping changes over your project, but can't do it all in one go?

Making widespread changes to a codebase can be really hard. When trying to make some sort improvement that affects a lot of code, one of two things often happens:

  1. You start a really long-lived branch that is awful to maintain and often impossible to merge.

  2. You and your team have some agreement to make the improvement slowly over time, but it gets forgotten about and never really happens.

Betterer makes it easier to make incremental improvements to your codebase!

Docs

Check out the docs at phenomnomnominal.github.io/betterer!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].