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
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,
},
},
],
],
The text was updated successfully, but these errors were encountered:
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,
},
},
],
],
The text was updated successfully, but these errors were encountered: