You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
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
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.
**
**
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
The text was updated successfully, but these errors were encountered: