Testem appends random number to url -- breaks my app!

23 views
Skip to first unread message

Al J

unread,
Dec 27, 2014, 11:52:08 AM12/27/14
to testem...@googlegroups.com
I'm trying to use Testem to test my webapp and it's appending a random number to the url everytime it opens a browser

    testem: {
      environment1: {
        options: {
          url: 'http://localhost:9000/',
          launch_in_ci: ['Chrome']
        }
      }
    },

Running this config (which is supposed to just open the webpage at this point) three times will result in three different urls 

(the appended numbers are never the same)

What is going on here?

Reply all
Reply to author
Forward
0 new messages