-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: adding tech for test data generator (#40)
- Loading branch information
1 parent
1649564
commit e4b9317
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |