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;








0















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:



  1. 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.


  2. The extension asked me which language to generate the test files in. Chosen JavaScript.


  3. 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 :(.










share|improve this question






















  • 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

















0















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:



  1. 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.


  2. The extension asked me which language to generate the test files in. Chosen JavaScript.


  3. 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 :(.










share|improve this question






















  • 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













0












0








0








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:



  1. 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.


  2. The extension asked me which language to generate the test files in. Chosen JavaScript.


  3. 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 :(.










share|improve this question














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:



  1. 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.


  2. The extension asked me which language to generate the test files in. Chosen JavaScript.


  3. 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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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

















  • 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












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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript