-
Notifications
You must be signed in to change notification settings - Fork 19
Version for SuiteScript 2.0? #16
Comments
@drernie have you been able to find something suitable for SuiteScript 2.0? |
This is the best I found. |
@drernie - that's a nice project but doesn't mock - just has ss2 typescript interfaces. I always wonder if it is a good idea to mock netsuite locally or if the code should run in the platform itself- what do you think? |
I agree using the Sandbox is best. It still would be nice to be able to run
some sort of continuous integration on our scripts offline.
…On Wed, Dec 6, 2017 at 06:51 Sebastián Gurin ***@***.***> wrote:
@drernie <https://github.com/drernie> - that's a nice project but doesn't
mock - just has ss2 typescript interfaces. I always wonder if it is a good
idea to mock netsuite locally or if the code should run in the platform
itself- what do you think?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABNT41TPCiuhEqUxRKoltQQ2tQQBWZzks5s9qnTgaJpZM4L40_C>
.
|
that would be ideal and if you can isolate some logic from suitescript you can. In the real world I'm only able to do so in no more than 30% of my code because i have suitescripts everywhere. for the rest of the code you need to mock suitescript some how. if you have any idea please shere :) |
Anyone is using this library? We're considering open-sourcing our collection of SS2.0 mocks. It would be great to join our forces 👍 |
Very cool! Do you have any plans to upgrade this for SS2.0? Or are you aware of any other projects that attempt to do that?
The text was updated successfully, but these errors were encountered: