Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am not getting credential.json file #140

Open
kanwar124 opened this issue Nov 29, 2023 · 0 comments
Open

I am not getting credential.json file #140

kanwar124 opened this issue Nov 29, 2023 · 0 comments

Comments

@kanwar124
Copy link

Instead of getting credential.json file I am getting client_secret.json I added that file in directory now the thing is that what extension should I import in wdio.conf.js file or any test file, cause when I execute the test case I am getting this error "browser.checkInbox is not a function" however I have already installed the service via bash this is from pakage.json" "wdio-gmail-service": "^1.0.4""

services: [
"gmail",
{
credentialsJsonPath: path.join(
process.cwd(),
"./client_secret"
),
tokenJsonPath: path.join(
process.cwd(),
"./client_secret"
),
intervalSec: 10,
timeoutSec: 60,
},
],

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

No branches or pull requests

1 participant