interface-forge VS efate

Compare interface-forge vs efate and see what are their differences.

interface-forge

Graceful mock-data and fixtures generation using TypeScript (by tool-belt)

efate

Typescript test fixture generator (by jcteague)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
interface-forge efate
1 3
66 18
- -
5.9 5.2
13 days ago 19 days ago
TypeScript TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

interface-forge

Posts with mentions or reviews of interface-forge. We have used some of these posts to build our list of alternatives and similar projects.
  • Introducing Interface Forge
    1 project | /r/typescript | 5 Dec 2021
    I wrote with my collaborators an awesome factory library for creating test data and fixtures, called interface forge. I would very much like to invite you to check it out, maybe see the extensive documentation or read the medium article that introduces it and discusses some of its use cases.

efate

Posts with mentions or reviews of efate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-05.
  • Efate Test Generator Series: Extending the library
    1 project | /r/javascript | 14 Sep 2022
    2 projects | dev.to | 5 Sep 2022
    Efate is actually the second test fixture library I've written and there were several lessons I learned after using the first iteration for several years myself. The first version was influenced a great deal by factor_girl (called factory_bot now), with a heavy dependency on strings to define and create the fixtures. It also wasn't very modular. You couldn't just import a specific fixture, you had to bring in the whole library. And it wasn't very extensible, if you needed to define custom behavior for how a field should be created, it wasn't very pretty.
  • Make Testing Easier with Test Fixture Generators
    1 project | dev.to | 4 Sep 2022
    Efate is a modern test fixture generator, design for use in JavaScript or Typescript. generates modular fixtures that can be imported in and reduces the use of strings for both fixture definition and usages. It allows you to override specific fields during fixture creation and returning full object definitions with dummy data for other fields. It is also extensible, allowing you to create custom field generator definitions.

What are some alternatives?

When comparing interface-forge and efate you can also consider the following projects:

shoehorn - Work seamlessly with partial mocks in TypeScript.

cli - Mockoon's official CLI. Deploy your mock APIs anywhere.

carrier - 🛠 A test fixtures replacement for Go, support struct and ent, inspired by factory_bot/factory_boy

automock - Easier Unit Testing for TypeScript Dependency Injection Frameworks