Skip to content

where to put the script files? #38

@dcsan

Description

@dcsan

the demo files given in the readme as below...

these can just go anywhere? or do they need to go within the package? assume they run server side only?

is there any other wrapper required or just put the below, even into an onStartup block and it should work?

describe('Browser testing', function(done) {

  var _browser;

  before(function(done) {
    wdio.getGhostDriver(function(browser) {
      _browser = browser;
      done();
    });
  })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions