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

DEPRECATION: Warnings for stopOnSpecFailure and specFilter #136

Open
vagoel opened this issue Jun 11, 2019 · 0 comments
Open

DEPRECATION: Warnings for stopOnSpecFailure and specFilter #136

vagoel opened this issue Jun 11, 2019 · 0 comments

Comments

@vagoel
Copy link

vagoel commented Jun 11, 2019

Latest version of wdio-jasmine-framework (0.3.8) uses deprecated Jasmine functions, hence we see deprecation warnings in test runner report (DOT report) , making the report ugly and unusable.

**

'DEPRECATION: Setting specFilter directly on Env is deprecated, please use the specFilter option in configure
DEPRECATION: Setting stopOnSpecFailure directly is deprecated, please use the failFast option in configure

**

image

I suspect this file https://github.com/webdriverio-boneyard/wdio-jasmine-framework/blob/master/lib/adapter.js is using 'stopOnSpecFailure' and other functions which are moved under ENV.CONFIGURATION
Jasmine docs : https://jasmine.github.io/api/3.3/Env.html

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant