Skip to content

Commit

Permalink
chore: adding tech for test data generator (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
latin-panda authored Jul 2, 2024
1 parent 1649564 commit e4b9317
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions radar/2024-07-02/axios.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Axios"
ring: assess
quadrant: languages-and-frameworks
tags: [tool, quality]
---

[Axios](https://axios-http.com) is a promise based HTTP client for the browser and node.js. Axios provides a simple to use library in a small package with a very extensible interface.

Axios is used for uploading documents to test instances by the [Test Data Generator](https://github.com/medic/test-data-generator).
10 changes: 10 additions & 0 deletions radar/2024-07-02/faker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "FakerJS"
ring: adopt
quadrant: languages-and-frameworks
tags: [tool]
---

[FakerJS](https://fakerjs.dev) is a library that generates bulks of fake (but realistic) data for testing and development.

FakerJS is used for generating test data by the [Test Data Generator](https://github.com/medic/test-data-generator) and also for e2e testing in CHT Core.

0 comments on commit e4b9317

Please sign in to comment.