Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Unit Testing a la mocha/karma/chai for Extend Script?

Contributor ,
Apr 21, 2016 Apr 21, 2016

We are writing unit tests with mocha, karma, chai, sinon, and bamboo for our angular that we use in our Adobe extension, but the main material that we need to be tests all lives in our Extend Script files. Has anyone had experience using any testing libraries with Extend Script?

TOPICS
Scripting
792
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Nov 14, 2016 Nov 14, 2016

I'm using https://github.com/tmaslen/jasminejsx with some degree of success.

There is also a testing module in https://github.com/debrouwere/Extendables you might like to try.

They both use jasmine.

Hope that helps

John

Translate
Community Beginner ,
Nov 14, 2016 Nov 14, 2016

I'm using https://github.com/tmaslen/jasminejsx with some degree of success.

There is also a testing module in https://github.com/debrouwere/Extendables you might like to try.

They both use jasmine.

Hope that helps

John

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Nov 15, 2016 Nov 15, 2016
LATEST

These are great helps. Thanks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines