Hello guys, Anyone has automated tests? My manager...
# dev-ops
m
Hello guys, Anyone has automated tests? My manager wants to automate testing in sandbox environment, I thought about cucumber, but I'm open to other possibilities
d
if you are talking doing about end-to-end Ui testing against an actual NS account, yes this is possible to do I ended up using Puppeteer since it plays nicely with Jest https://jestjs.io/docs/puppeteer, and Jest was what the provided unit testing framework from NS used https://github.com/oracle/netsuite-suitecloud-sdk/tree/master/packages/unit-testing#suitecloud-unit-testing
I also ended up using https://www.npmjs.com/package/netsuite-rest and related SuiteQL package to verify some of CRUD against data being manipulated along the way during various processes
d
@dbarnett, you could make some $$$ if you offered demos
d
😂 😂 well my DMs are always open happy to collaborate/assist if additional info is needed on setup