Skip to content
This repository was archived by the owner on Dec 18, 2019. It is now read-only.

before() in wdio.conf.js is not executing the spec file which I would like to execute before all other spec files. #172

@udattuh

Description

@udattuh

before() in wdio.conf.js is not executing the spec file which I would like to execute before all other spec files.

code snippet:
wdio.conf.js
before (capabilities, {'./specs/login.spec.js' : login, './specs/socialstudies.spec.js': social}) {
require('babel-register');
},

Please let me know if this is not the right format.

Thanks,
Hemalatha Udattu

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions