Skip to content

Conversation

@shadowusr
Copy link
Member

No description provided.

@shadowusr shadowusr marked this pull request as draft August 9, 2024 11:55
Copy link
Member

@DudaGod DudaGod left a 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",
Copy link
Member

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"
Copy link
Member

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";
Copy link
Member

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("<span>some html</span>");
Copy link
Member

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?

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

Successfully merging this pull request may close these issues.

3 participants