puter/tools/api-tester
KernelDeimos 202e7f06e2 test: cleanup and tweak batch test
One of the test cases has been rendered redundant so it has been
removed. Another test was changed to overwrite a file as it's expected
to already exist.
2025-01-14 09:42:20 -05:00
..
benches move: api-tester to monorepo 2025-01-09 15:51:50 -05:00
coverage_models move: api-tester to monorepo 2025-01-09 15:51:50 -05:00
doc move: api-tester to monorepo 2025-01-09 15:51:50 -05:00
lib dev: add cartesian case selector 2025-01-09 16:36:37 -05:00
test_sdks move: api-tester to monorepo 2025-01-09 15:51:50 -05:00
tests test: cleanup and tweak batch test 2025-01-14 09:42:20 -05:00
tools move: api-tester to monorepo 2025-01-09 15:51:50 -05:00
toxiproxy move: api-tester to monorepo 2025-01-09 15:51:50 -05:00
.gitignore move: api-tester to monorepo 2025-01-09 15:51:50 -05:00
apitest.js fix: --onlycase param broke cartesian tests 2025-01-14 09:18:33 -05:00
example_config.yml move: api-tester to monorepo 2025-01-09 15:51:50 -05:00
package-lock.json move: api-tester to monorepo 2025-01-09 15:51:50 -05:00
package.json move: api-tester to monorepo 2025-01-09 15:51:50 -05:00
README.md dev: add cartesian case selector 2025-01-09 16:36:37 -05:00

It takes 3 steps to run the tests :)

  1. run npm install
  2. copy example_config.yml and add the correct values
  3. run node apitest.js --config=your_config_file.yml