testing - Can I use Appium desktop to run test scripts? -


have gone through several appium desktop tutorial of them showed how manually test in inspector window.

does appium desktop support automation test scripts? if so, how send tests written in node it, or there handy npm package connection?

thanks!

finally connected webdriver appium. turns out webdriver can used mobile testing.

here several points got me confused, hope can came same scene:

  1. webdriver not web exclusive - can used mobile e2e testing.

  2. appium server , appium inspector not work together. once server started, can connected appium inspector or other services, e.g. webdriver.

  3. inspector manual inspection. far haven't seen possibility supply automation test scripts it.

and here's complete walkthrough who're not familiar appium.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -