just use ansible
Why would you test in a prod environment?
thanks
I wish I were that smart, but no - I have to spend extra time revisiting / researching concepts on my own time.
I've done a bachelors degree in electrical & computer engineering, half a bachelors degree in chemistry, a year of grad school, and have been in the workforce now for a few years. In this time, I have never been able…
I've had success implementing context managers with page object models when testing with selenium. All page objects assume the same base page (e.g. the home page of the web app) and will return the browser to that page…
just use ansible
Why would you test in a prod environment?
thanks
I wish I were that smart, but no - I have to spend extra time revisiting / researching concepts on my own time.
I've done a bachelors degree in electrical & computer engineering, half a bachelors degree in chemistry, a year of grad school, and have been in the workforce now for a few years. In this time, I have never been able…
I've had success implementing context managers with page object models when testing with selenium. All page objects assume the same base page (e.g. the home page of the web app) and will return the browser to that page…