CommentMay 21, 2018I was recently introduced to Cypress https://www.cypress.io . It's a testing tool that can, amongst other things, run browser automation. One of it's features is that it 'does not use Selenium.' :-)How can I automate repetitive steps in browser?
CommentNov 14, 20171There's also the command line method, using wp-cli: wp core download --skip-content --force Read more about wp-cli core commandHow to Reinstall WordPress: 4 Different Methods For All Needs
CommentSep 10, 2017I have found Code Review , on the Stack Exchange network, useful for this sort of thing. Here's the current code reviews for PHPWhere can I find other people code to learn from it ?