Autogenerated smart contract test generation failHyperledger Fabric smart contract is not creating in vs codeError in packaging a smart contract on IBM Blockchain Platform Visual Studio ExtensionConnecting to my own Hyperledger Fabric instance
Silly doubt about tidal effects and Einstein Field Equations
Unusual mail headers, evidence of an attempted attack. Have I been pwned?
Why did pressing the joystick button spit out keypresses?
How much will studying magic in an academy cost?
Java TreeMap.floorKey() equivalent for std::map
What reason would an alien civilization have for building a Dyson Sphere (or Swarm) if cheap Nuclear fusion is available?
What does "play with your toy’s toys" mean?
Employer wants to use my work email account after I quit
How long would it take to cross the Channel in 1890's?
Loss of power when I remove item from the outlet
Why does Linux list NVMe drives as /dev/nvme0 instead of /dev/sda?
What does the hyphen "-" mean in "tar xzf -"?
Is there a term for the belief that "if it's legal, it's moral"?
Suggested order for Amazon Prime Doctor Who series
How do I professionally let my manager know I'll quit over smoking in the office?
What is "industrial ethernet"?
If I wouldn't want to read the story, is writing it still a good idea?
Can humans ever directly see a few photons at a time? Can a human see a single photon?
Should developer taking test phones home or put in office?
Is it safe to connect a PoE injector switch to an ordinary PC?
What did River say when she woke from her proto-comatose state?
How to make clear to people I don't want to answer their "Where are you from?" question?
Helping ease my back pain when I'm studying 13 hours everyday, even weekends
Why do textbooks often include the solutions to odd or even numbered problems but not both?
Autogenerated smart contract test generation fail
Hyperledger Fabric smart contract is not creating in vs codeError in packaging a smart contract on IBM Blockchain Platform Visual Studio ExtensionConnecting to my own Hyperledger Fabric instance
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I am new to IBM Blockchain Platform VSCode Extension and using IBM Blockchain Platform Extension Version: 0.3.2 and Visual Studio Code version: 1.32.3. I am using Windows 10-Pro. Everything working fine except autogenerated smart contract test. First time I followed the following steps:
Under FABRIC GATEWAYS and under Channels expand mychannel, and right-click on my latest smart contract demoContract@0.0.2 and then selected Generate Smart Contract Tests.
The extension asked me which language to generate the test files in. Chosen JavaScript.
Once the extension is done generating the tests, it created a test folder under that it created a test js file. But when clicked on the run test button from the VSCode UI from the MyContract-demoContract@0.0.2.test.js file, it was showing "no test runner in your project. please install one". Then I hard deleted the test folder from my workspace(file system) and trying to generate test js file again. This time nothing is generating and VSCode console is not showing anything.
I double cross checked that "JavaScript Test Runner" is already installed and enabled. I tried multiple times reloading/quitting vscode. I am running default local_fabric instance. Even I tried restarted local_fabric instance multiple times and restarted Docker desktop for windows. But no luck :(.
ibp-vscode-extension
add a comment |
I am new to IBM Blockchain Platform VSCode Extension and using IBM Blockchain Platform Extension Version: 0.3.2 and Visual Studio Code version: 1.32.3. I am using Windows 10-Pro. Everything working fine except autogenerated smart contract test. First time I followed the following steps:
Under FABRIC GATEWAYS and under Channels expand mychannel, and right-click on my latest smart contract demoContract@0.0.2 and then selected Generate Smart Contract Tests.
The extension asked me which language to generate the test files in. Chosen JavaScript.
Once the extension is done generating the tests, it created a test folder under that it created a test js file. But when clicked on the run test button from the VSCode UI from the MyContract-demoContract@0.0.2.test.js file, it was showing "no test runner in your project. please install one". Then I hard deleted the test folder from my workspace(file system) and trying to generate test js file again. This time nothing is generating and VSCode console is not showing anything.
I double cross checked that "JavaScript Test Runner" is already installed and enabled. I tried multiple times reloading/quitting vscode. I am running default local_fabric instance. Even I tried restarted local_fabric instance multiple times and restarted Docker desktop for windows. But no luck :(.
ibp-vscode-extension
Hiya - did you get this working? This sounds like a JavaScript Test Runner problem - can you load another project and run tests using it elsewhere?
– heatherp
Apr 25 at 10:01
add a comment |
I am new to IBM Blockchain Platform VSCode Extension and using IBM Blockchain Platform Extension Version: 0.3.2 and Visual Studio Code version: 1.32.3. I am using Windows 10-Pro. Everything working fine except autogenerated smart contract test. First time I followed the following steps:
Under FABRIC GATEWAYS and under Channels expand mychannel, and right-click on my latest smart contract demoContract@0.0.2 and then selected Generate Smart Contract Tests.
The extension asked me which language to generate the test files in. Chosen JavaScript.
Once the extension is done generating the tests, it created a test folder under that it created a test js file. But when clicked on the run test button from the VSCode UI from the MyContract-demoContract@0.0.2.test.js file, it was showing "no test runner in your project. please install one". Then I hard deleted the test folder from my workspace(file system) and trying to generate test js file again. This time nothing is generating and VSCode console is not showing anything.
I double cross checked that "JavaScript Test Runner" is already installed and enabled. I tried multiple times reloading/quitting vscode. I am running default local_fabric instance. Even I tried restarted local_fabric instance multiple times and restarted Docker desktop for windows. But no luck :(.
ibp-vscode-extension
I am new to IBM Blockchain Platform VSCode Extension and using IBM Blockchain Platform Extension Version: 0.3.2 and Visual Studio Code version: 1.32.3. I am using Windows 10-Pro. Everything working fine except autogenerated smart contract test. First time I followed the following steps:
Under FABRIC GATEWAYS and under Channels expand mychannel, and right-click on my latest smart contract demoContract@0.0.2 and then selected Generate Smart Contract Tests.
The extension asked me which language to generate the test files in. Chosen JavaScript.
Once the extension is done generating the tests, it created a test folder under that it created a test js file. But when clicked on the run test button from the VSCode UI from the MyContract-demoContract@0.0.2.test.js file, it was showing "no test runner in your project. please install one". Then I hard deleted the test folder from my workspace(file system) and trying to generate test js file again. This time nothing is generating and VSCode console is not showing anything.
I double cross checked that "JavaScript Test Runner" is already installed and enabled. I tried multiple times reloading/quitting vscode. I am running default local_fabric instance. Even I tried restarted local_fabric instance multiple times and restarted Docker desktop for windows. But no luck :(.
ibp-vscode-extension
ibp-vscode-extension
asked Mar 25 at 8:40
Bikash SenBikash Sen
614
614
Hiya - did you get this working? This sounds like a JavaScript Test Runner problem - can you load another project and run tests using it elsewhere?
– heatherp
Apr 25 at 10:01
add a comment |
Hiya - did you get this working? This sounds like a JavaScript Test Runner problem - can you load another project and run tests using it elsewhere?
– heatherp
Apr 25 at 10:01
Hiya - did you get this working? This sounds like a JavaScript Test Runner problem - can you load another project and run tests using it elsewhere?
– heatherp
Apr 25 at 10:01
Hiya - did you get this working? This sounds like a JavaScript Test Runner problem - can you load another project and run tests using it elsewhere?
– heatherp
Apr 25 at 10:01
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55333939%2fautogenerated-smart-contract-test-generation-fail%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55333939%2fautogenerated-smart-contract-test-generation-fail%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Hiya - did you get this working? This sounds like a JavaScript Test Runner problem - can you load another project and run tests using it elsewhere?
– heatherp
Apr 25 at 10:01