Erpnext Ui Tests

This repository contains Integration tests for ERPNext features written in Cypress. These tests are run on GitHub Actions via cron every day.

Install Erpnext Ui Tests

bench get-app https://github.com/frappe/erpnext_ui_tests

Add the Frappe Gems badge to your README

Maintain Erpnext Ui Tests? Paste this into your README:

[![Listed on Frappe Gems](https://frappegems.com/api/method/frappe_gems.seo.badge?app=frappe%2Ferpnext_ui_tests)](https://frappegems.com/gems/apps/frappe/erpnext_ui_tests)

About Erpnext Ui Tests

ERPNext UI Tests

UI UI Coverage

This repository contains Integration tests for ERPNext features written in Cypress. These tests are run on GitHub Actions via cron every day.

Local Setup

Prerequisites: Install and setup Frappe Framework

Follow these steps to set this up on your local machine: 1. Change directory into frappe-bench

# replace ~/frappe-bench with the path where you have installed frappe-bench

cd ~/frappe-bench
   

  1. Fetch erpnext and erpnext_ui_tests (this app) on your frappe-bench installation

    bench get-app erpnext
    bench get-app erpnext_ui_tests
    
  2. Create a new site and install these apps

    bench new-site erpnextui.test --install-app erpnext erpnext_ui_tests
    
  3. Add to hosts so that the site is accessible via hostname on the browser

    bench --site erpnextui.test add-to-hosts
    
  4. Complete setup wizard by running this command

    bench --site erpnextui.test execute erpnext.setup.utils.before_tests
    
  5. Run the following command to open up the Cypress runner

    bench --site erpnextui.test run-ui-tests erpnext_ui_tests
    

    License

GPL-v3.0

Related Other apps for Frappe & ERPNext

  • Erpnext — Free and Open Source Enterprise Resource Planning (ERP)
  • Helpdesk — Modern, Streamlined, Free and Open Source Customer Service Software
  • Print Designer — Visual print designer for Frappe / ERPNext
  • Ctr — CTR模型代码和学习笔记总结
  • Whitelabel — Whitelabel ERPNext
  • Fossunited — fossunited.org
  • Helm — Helm Chart Repository for Frappe/ERPNext
  • Frappe Attachments S3 — A frappe app to upload file attachments in doctypes to s3.