i googled this question, but all are saying about html+css+js and with mixed answers. But i have only javascript file which i need to convert into exe file with arguements passing into it and i need to use this into my automation framework on a case as a step to execute a case, which is written in c#,selenium (i am new to microsoft stacks)
In javascript file i use to pass like
node Wallet.js "<address>", "<amount>"
like wise i would like pass something like
wallet.exe "<address>", "<amount>"
or else if we can use the javascript (node program) as is it inside c# code, how can we call it. But it would be an additional dependency that we need to have node installed on the machines. Any help would be much appreciated.