Exemplo n.º 1
0
 def test_300_run_ios_bundle_uglify(self):
     sync_tab_navigation_js(self.app_name,
                            Platform.IOS,
                            self.sim,
                            uglify=True)
Exemplo n.º 2
0
 def test_100_run_ios(self):
     sync_tab_navigation_js(self.app_name, Platform.IOS, self.sim)
Exemplo n.º 3
0
 def test_300_run_android_bundle_uglify(self):
     sync_tab_navigation_js(self.app_name,
                            Platform.ANDROID,
                            self.emu,
                            uglify=True)
Exemplo n.º 4
0
 def test_100_run_android(self):
     sync_tab_navigation_js(self.app_name, Platform.ANDROID, self.emu)