wpt.fyi icon indicating copy to clipboard operation
wpt.fyi copied to clipboard

Flow and Servo included in Anomalies even if unchecked

Open foolip opened this issue 2 years ago • 10 comments

In https://wpt.fyi/insights, Flow and Servo are included in Anomalies links, even if unchecked: image

Checking and unchecking the boxes, a lot of them seem to be broken, some working once only, some not at all.

foolip avatar Sep 14 '22 14:09 foolip

Hi , I want to solve this issue, but I'm a beginner in golang, and I am good in frontend (javascript),

So does this issue requires a good level of golang knowledge or will frontend knowledge be suff to solve this issue ?

Thanks for answering

Aankirz avatar Mar 20 '23 13:03 Aankirz

Hi , I want to solve this issue, but I'm a beginner in golang, and I am good in frontend (javascript),

So does this issue requires a good level of golang knowledge or will frontend knowledge be suff to solve this issue ?

Thanks for answering

Thanks for reaching out! This issue should only require javascript knowledge. Feel free to give it a try and let us know if you have any questions :)

KyleJu avatar Mar 21 '23 18:03 KyleJu

Thanks for assigning @KyleJu

I've been trying and I think i can solve this issue

Aankirz avatar Mar 22 '23 19:03 Aankirz

Hi @KyleJu ,

I found that there's no event listener to observe the on-change,

But I'm caught up with a basic installation problem

My docker instance is running, and in "webapp/", I did npm install npm test, and it says selenium server running, that seems fine,

But I want to know how do I see my changes in the js file I made on the website in my local computer.

Thanks for helping

Screenshot 2023-03-24 at 11 50 14 AM Screenshot 2023-03-24 at 11 50 21 AM Screenshot 2023-03-24 at 11 51 59 AM

Aankirz avatar Mar 24 '23 06:03 Aankirz

Hi @KyleJu ,

I found that there's no event listener to observe the on-change,

But I'm caught up with a basic installation problem

My docker instance is running, and in "webapp/", I did npm install npm test, and it says selenium server running, that seems fine,

But I want to know how do I see my changes in the js file I made on the website in my local computer.

Thanks for helping

Screenshot 2023-03-24 at 11 50 14 AM Screenshot 2023-03-24 at 11 50 21 AM Screenshot 2023-03-24 at 11 51 59 AM

To see if your tests are working, the command is

source util/commands.sh
wptd_exec make web_components_test

However, to see your change in a local build, you would need to follow the local build here. For your issue, it is likely that you didn't run your command inside of Docker. Hope that answers your questions!

KyleJu avatar Mar 24 '23 18:03 KyleJu

Thanks for the help @KyleJu ,

Tried the docker way, everything seems fine, But when I'm running "npm test" -> It is not able to create a new session.

I tried googling and took help of chat gpt, I've also installed the chromedriver, but still no progress, it's showing the same error, can you pls help me out or if there is a community discussion channel from where I can get help ?

Thanks Screenshot 2023-03-26 at 1 50 00 AM

Screenshot 2023-03-26 at 1 50 32 AM

Aankirz avatar Mar 25 '23 20:03 Aankirz

@KyleJu , just want to know what's the final command, after which wpt.fyi website will get started in my localhost, npm test doesn't seem the final command?

And one more update, now npm test doesn't show any error in my mac.

Thanks for helping

Aankirz avatar Mar 28 '23 06:03 Aankirz

@KyleJu , just want to know what's the final command, after which wpt.fyi website will get started in my localhost, npm test doesn't seem the final command?

And one more update, now npm test doesn't show any error in my mac.

Thanks for helping

Have you run ./util/docker-dev/dev_data.sh to populate the data?

KyleJu avatar Mar 28 '23 17:03 KyleJu

Yes I did that

Aankirz avatar Mar 28 '23 18:03 Aankirz

My spec: mac m1 arm64, is the problem because of my os ?

Aankirz avatar Mar 28 '23 18:03 Aankirz