blob: b1db9bbcdeddbf5748bf49436f303e22b6400e8f [file] [log] [blame]
Rushabh Mehta4ceb20e2014-05-02 12:14:03 +05301# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
2# License: GNU General Public License v3. See license.txt
3
4"""
5Run Selenium Tests
6
7Requires a clean install. After reinstalling fresh db, call
8
9 frappe --execute erpnext.tests.sel_tests.start
10
11"""
12
13from __future__ import unicode_literals
14import frappe
15
16from frappe.utils import sel
17
18def start():
19 sel.start(verbose=True)
20 sel.login("#page-setup-wizard")
21
22
23# complete setup
24# new customer
25# new supplier
26# new item
27# sales cycle
28# purchase cycle