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

Playwright reporter testCycle block doesn't work as expected #137

Open
alekseyp555 opened this issue Oct 25, 2024 · 1 comment
Open

Playwright reporter testCycle block doesn't work as expected #137

alekseyp555 opened this issue Oct 25, 2024 · 1 comment

Comments

@alekseyp555
Copy link

Name and folderid don't assigned to the new created test cycle.
My code below.
[
"playwright-zephyr",
{
host: "https://mysite.example.com",
user: user,
password: password,
projectKey: "MYKEY",
testCycle: {
name: Automated Playwright Run - ${new Date().toISOString()},
folderId: 12345,
},
},
],
],

@KurtKudrat
Copy link

I kept getting error that say there is no host but I have set it up in the config

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

2 participants