Skip to content

Commit

Permalink
chore: Update README.md with additional information about using JS fo…
Browse files Browse the repository at this point in the history
…r data routing and calling custom Go extensions
  • Loading branch information
i5heu committed Jul 14, 2024
1 parent 453a732 commit e14c9d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

Highly adoptable test Framework for large and complex projects, that need a dependency-conscious, secure and fast testing solution.

TestDreadnought is built for you to mold precisely to your project's demands, avoiding the one-size-fits-all approach. It sidesteps dependency issues and the security risks of excessive third-party packages, particularly from JS npm. With no forced structure or excessive rules, you get a clean, efficient, and secure testing environment that’s exactly suited to tackle your unique challenges.
TestDreadnought is built for you to mold precisely to your project's demands, avoiding the one-size-fits-all approach. It sidesteps dependency issues and the security risks of excessive third-party packages, particularly from JS npm. With no forced structure for tests or excessive rules, you get a clean, efficient, and secure testing environment that’s exactly suited to tackle your unique challenges.

Js is used for data routing, basic logic, and calling custom Go extensions for complex actions such as HTTP requests. This approach enables the creation of complex and precise tests that remain easy to write and understand, all without relying on third-party npm packages.

Checkout the `test_example` folder for a example test setup.

Expand Down

0 comments on commit e14c9d2

Please sign in to comment.