Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>intern provides an easy way for you to have everything below the optional machine boundary in this diagram </p> <p><img src="https://i.stack.imgur.com/sSVpr.png" alt="selenium components"></p> <p>if you want to run a functional test with intern you don't <em>need</em> to have a local selenium server. <a href="https://saucelabs.com/" rel="nofollow noreferrer" title="saucelabs">saucelabs</a> is one option that offers a cloud-based solution which is much less effort than setting up a local selenium server. there is a video capture of each test and you can also see the tests running live and interact with them if you need to. also, there are free accounts so you can ease your way into it without being committed. this is definitely the easiest way to start trying functional testing with intern.</p> <p>if you really need to have a local server then yes you need to download it and install it separately from intern. all the pieces above the dotted optional machine boundary line are what <em>you</em> need to provide. <a href="http://docs.seleniumhq.org/docs/03_webdriver.jsp#running-standalone-selenium-server-for-use-with-remotedrivers" rel="nofollow noreferrer">http://docs.seleniumhq.org/docs/03_webdriver.jsp#running-standalone-selenium-server-for-use-with-remotedrivers</a> seems to outline what you would need to do to get the selenium server setup but to be honest i haven't done it myself - i just use saucelabs because it's so simple and does everything i need it to do.</p> <p>EDIT: I finally got around to setting up selenium locally. it was surprisingly easy - <a href="https://gist.github.com/neonstalwart/6630466" rel="nofollow noreferrer">https://gist.github.com/neonstalwart/6630466</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload