|
TiledViz
|
![]() |
Public Member Functions | |
| setUp (self) | |
| tearDown (self) | |
| test_case_7 (self) | |
Public Attributes | |
| driver = webdriver.Chrome(options=chrome_options) | |
| finddriver = EventFiringWebDriver(self.driver, MyListener()) | |
Static Public Attributes | |
| str | URL = 'http://flaskdock:5000' |
Include test cases on a given url
Definition at line 48 of file test_gui.py.
| test_gui.TestTemplate.setUp | ( | self | ) |
Start web driver
Definition at line 53 of file test_gui.py.
| test_gui.TestTemplate.tearDown | ( | self | ) |
Stop web driver
Definition at line 107 of file test_gui.py.
| test_gui.TestTemplate.test_case_7 | ( | self | ) |
Login and test almost all the grid with the previous project.
Definition at line 112 of file test_gui.py.
| test_gui.TestTemplate.driver = webdriver.Chrome(options=chrome_options) |
Definition at line 72 of file test_gui.py.
| test_gui.TestTemplate.finddriver = EventFiringWebDriver(self.driver, MyListener()) |
Definition at line 102 of file test_gui.py.
|
static |
Definition at line 51 of file test_gui.py.