Selenium Export test cases, how is PHP-phpunit missing in my Selenium IDE 1.2.0?

I really need to convert / export my test cases to PHP. But the PHP-phpunit formatter is missing in Selenium IDE 1.2.0. Could you tell me how can I get this? This is really urgent.

+6
source share
2 answers

PHP formatting has been removed since IDE 1.2. 0, apparently because no one supported him. You can go back to IDE 1.1.0 and never upgrade, or you can try the PHP formatter from 1.0.2 , which may work. In the long run, you have a decision about which language you are going to use instead of PHP.

+4
source

Great news - it's reborn! https://addons.mozilla.org/en-US/firefox/addon/selenium-ide-php-formatters/

Thanks Dan Chan for this.

+23
source

Source: https://habr.com/ru/post/898077/


All Articles