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

[BUG] Issue when running tests from VS code extension #47

Open
fifernandez opened this issue Nov 19, 2024 · 2 comments
Open

[BUG] Issue when running tests from VS code extension #47

fifernandez opened this issue Nov 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@fifernandez
Copy link

Hi, I'm seeing something strange going on when running the tests inside vscode using the playwright extension.

The first time I try to run a test it goes fine, but the second time it just gets stuck, I can see on the playwright extension a timer but the test won't start. I have to click on the refresh tests button and run the test again for it to start, although the timer is still running... Another solution is to restart vscode...
I'm pretty sure it is because of this because when I remove the Ortoni report form from the reporter's list, the issue is gone.
Any ideas?

@ortoniKC
Copy link
Owner

ortoniKC commented Nov 20, 2024

Hi, yes i observed the same, and I believe it is the extension and Ortoni Report test report completion sync issue, I will check from my side.
As of now I have a work around, clicking on the refresh icon then you can run the tests again.
Pls refer to the video:

Recording.2024-11-20.131234.1.mp4

Mean while if you're using extension only to run test, you can checkout my vs code extension.
https://marketplace.visualstudio.com/items?itemName=ortoni.ortoni

@ortoniKC ortoniKC self-assigned this Nov 20, 2024
@ortoniKC ortoniKC added bug Something isn't working good first issue Good for newcomers labels Nov 20, 2024
@ortoniKC ortoniKC added this to the V3.0.0 milestone Nov 20, 2024
@ortoniKC
Copy link
Owner

I am noticing the same with default report also, so it's not Ortoni Report problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants