Skip to content

Testing

Tom Taylor edited this page Apr 2, 2019 · 1 revision

⚠️ IN-PROGRESS ⚠️


The Adapt authoring tool comes with a suite of unit tests for all core modules for the purpose of regression testing.

Testing the front-end

Test cases

You can find a number of test suites for testing the front-end application in our documentation repository.

Testing the back-end

We use the Mocha framework for the back-end tests. You'll find these in the test/ folder in the root of the main authoring tool directory.

Testing SMTP

If you don't have an SMTP server set up, Ethereal mail is a recommended solution for development purposes.

Clone this wiki locally