Is there any empirical data in order to use it for testing purposes?

Hello all

Is there any empirical data in order to use it for testing purposes?
If the answer is yes, please explain how to install it.

Thank advance

refer this link GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps

Thanks

Check https://demo.erpnext.com

1 Like

first create clean site (e.g. mydemo.local )
bench new-site mydemo.local

then install ERPNext on the new site
bench --site mydemo.local install-app erpnext

Then install the demo on the site

bench --site mydemo.local execute erpnext.demo.demo.make

After installation, it will start to simulate and in case the simulation brakes then enter

bench --site mydemo.local execute erpnext.demo.demo.simulate

However, that being said, the demo is quite old and not always patched correctly so you will face few problems with it

2 Likes

I think we need effective test data to be presented to the customer and test the features

ERPNext is subject to a ‘continuous build and automated test’ cycle routine that the Frappe team monitors to identify and fix problems.

Here for eg are recent run results

https://next.travis-ci.org/frappe/erpnext/builds/312301282

The same test suite can be run locally.

This documents how to run the tests locally Unit Testing

1 Like