efate VS data

Compare efate vs data and see what are their differences.

efate

Typescript test fixture generator (by jcteague)

data

Data modeling and relation library for testing JavaScript applications. (by mswjs)
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
efate data
3 5
18 752
- 4.0%
5.2 5.6
20 days ago 14 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.

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.

data

Posts with mentions or reviews of data. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.

What are some alternatives?

When comparing efate and data you can also consider the following projects:

msw - Seamless REST/GraphQL API mocking library for browser and Node.js.

ng-mocks - Angular testing library for mocking components, directives, pipes, services and facilitating TestBed setup

json-server - Get a full fake REST API with zero coding in less than 30 seconds (seriously)

strong-mock - Type safe mocking library for TypeScript

camouflage - Camouflage is a backend mocking tool for HTTP, gRPC, Websockets and Thrift protocols, which helps you carry out your front end prototyping, unit testing, functional/performance testing in silos, in absence of one or more Microservices/APIs.

Faker.js - What really happened with Aaron Swartz?

mockoon - Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.

ts-mockito - Mocking library for TypeScript