-
Notifications
You must be signed in to change notification settings - Fork 71
Conversation
DudaGod
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this example really work? Because I don't see testplane config and open url in test example. Looks like it should not work. Can we fix it?
| @@ -0,0 +1,20 @@ | |||
| { | |||
| "name": "m-t-l-e", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does it mean? Why not just use folder name?
| "description": "", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe we should add a testplane launch here?
| @@ -0,0 +1,16 @@ | |||
| import type {} from "testplane"; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is it for? Mistake or some hack?
|
|
||
| it("example", async ({browser}) => { | ||
| // testing library matcher | ||
| await expect(browser.$("some elem")).toContainHTML("some html"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, I don't understand where code with open some url?