question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support tools to build `test net` for demo apps

See original GitHub issue

Is your feature request related to a problem? Please describe. Providing sample application is important for demonstration purpose. But it is also needed to keep separated such demo app from main framework.

Describe the solution you’d like We should provide support tool to build test net for specific Ledger platform to work with sample web application build on top of Cactus SDK.

Describe alternatives you’ve considered Providing test case on each Cactus components, but it is merely work for unit tests.

Additional context I am considering to provide solution as docker-compose environment which is easy to build and run without deep knowledge.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
petermetzcommented, Jun 16, 2020

@sfuji822 Is it required in the scope of this issue to have the test nets run multiple nodes or is it okay to have single node test nets?

Just asking because for the integration tests we have single node test nets that you can pull up via code, like this one brings up a Besu test ledger that is then used for ledger testing: packages/cactus-test-tooling/src/main/typescript/besu/besu-test-ledger.ts

And the limitation of this is that it single node ledger only, so if we need multiple nodes in the test net then it is not a good fit in it’s current form (could be improved of course).

1reaction
sfuji822commented, Jun 22, 2020

@RafaelAPB , thanks for you comment. I like to implement this as minimal set at first, but I also agree with you on the potential needs on tricky configuration and we may extend it after first version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Test tools for .NET and cross-platform apps - Visual Studio Blog
Run and debug tests on Linux containers, WSL, or over SSH connections! Visual Studio can make your cross-platform development easier than ever ...
Read more >
Top 30+ Web Application Testing Tools In 2023 ...
Test Studio supports, languages; HTML, AJAX, Silverlight, ASP.NET MVC, JavaScript and WPF and run test on browsers; Internet Explorer, Firefox, ...
Read more >
50 BEST Software Testing Tools List (Dec 2022 Update)
Best Software Testing Tools: ✔️ TestRail ✔️ Testpad ✔️ Xray ✔️ Practitest ✔️ Zephyr Scale ✔️ SpiraTest ✔️ TestMonitor and ...
Read more >
Testing tools for .NET and cross-platform apps - YouTube
https://aka.ms/dotNETConf2021-GetdotNET6Get the most out of testing with . NET test tools. We'll cover the latest performance improvements ...
Read more >
NCrunch for Visual Studio
NCrunch is the ultimate live testing tool for Microsoft Visual Studio and .NET. It runs your unit and integration tests so you don't...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found