I was following this page e2e tests
and when i am trying to run my tests using this command in ui folder
npx playwright test tests/e2e/indexui.spec.js
i’m getting the error token is required
I have created a user.json file
this is how it looks like
{
"MESHERY_SERVER_URL": "http://localhost:9081",
"REMOTE_PROVIDER_URL": "https://cloud.layer5.io",
"REMOTE_PROVIDER_USER_EMAIL": "an",
"REMOTE_PROVIDER_USER_PASSWORD": "",
"PROVIDER_TOKEN": ""
}
i have created this file in this folder
tests/e2e/playwright/.auth/user.json
i tried this as well Discussion but wasn’t able to fix the issue…
I have already generated my token and verified my email
Your help will be appreciated .
Thanks