Enable testing name registrations
See original GitHub issueWhen we are working on / updating functionality / ui work for the onboarding, we tend to make a new account each time we have to go through the flow. This ends up being not a small number of new(fake) accounts.
I suggest we have a flag env that we pass when we’re testing, eg process.env.STAGE
or something to that effect which would switch out the registrar url for another name, eg *.test-blockstack.id
. @kantai we have a test registrar set up already, correct? if so what is that url?
cc @yknl
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Quickstart: Register an app in the Microsoft identity platform
Prerequisites; Register an application; Add a redirect URI; Add ... name at any time and multiple app registrations can share the same name....
Read more >googletest/advanced.md at main - GitHub
It's OK to register multiple environment objects. In this suite, their SetUp() will be called in the order they are registered, and their...
Read more >Testing in Java & JVM projects - Gradle User Manual
Rerunning can be enabled by the test execution framework (e.g. JUnit's @RepeatedTest), or via the separate Test Retry Gradle plugin.
Read more >Changing Your Registration Info - SAT Suite of Assessments
In many situations, you can change registration information or test dates after you register. ... Name, date of birth, or gender, Contact SAT...
Read more >Service name aware HAL testing | Android Open Source Project
Running VTS HAL tests that are service name aware enables developers to ... based on VtsHalHidlTargetTestEnvBase and register test HALs:.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Matt has implemented a flag you can set to use the test registrar. It requires you to use the JavaScript console, but since this is really just for internal use, that seems fine to me
On Thu, Mar 7 2019 at 8:05 AM, < notifications@github.com > wrote:
Yes, I think so.