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
Adding cypressProjectDir for overriding old cypress_proj_dir key
Moved logic of setting cypressProjectDir from either config_file_path or cypress_proj_dir
Into the utls.js and chnaged relevant places where it is possibily used.
CYPRESS_JSON_NOT_FOUND: "cypress.json file is not found at cypress_proj_dir path ",
33
34
INVALID_CYPRESS_JSON: "cypress.json is not a valid json",
34
35
INVALID_DEFAULT_AUTH_PARAMS: "Your username and access key are required to run your tests on BrowserStack. Learn more at https://www.browserstack.com/docs/automate/cypress/authentication",
0 commit comments