frappejs icon indicating copy to clipboard operation
frappejs copied to clipboard

Testing Backend

Open revant opened this issue 6 years ago • 1 comments

  • Testing Backend will replace database backend for tests.
  • Store Data in memory or file(s) as JSON. Other related project exist https://github.com/flosse/json-file-store/blob/master/Store.es6.js
  • frappe.db operations can be done on this JSON Store.

Use

  • No extra backend service to be configured for CI
  • Can be used for very simple apps.

revant avatar Jul 06 '18 06:07 revant

We will still need tests to test the database backend separately.

netchampfaris avatar Jul 06 '18 06:07 netchampfaris