search for: v4pages

Displaying 2 results from an estimated 2 matches for "v4pages".

Did you mean: pages
2018 Jun 28
2
[LNT] Tests for web UI/javascript?
Hello. We've started using LNT and found it very handy. However, we found that LNT web UI is missing some features to help our use-cases. We'd like to add them (and already started doing so) but it's hard to add them without breaking existing features/workflows because while LNT has some python CLI test coverage the dynamic Web part (mainly JS UI) is not really tested. So our question
2018 Jun 28
2
[LNT] Tests for web UI/javascript?
...install. JS Testing would be *really* good. I have debugged a lot of issues recently that ended up in the JS. > On Jun 28, 2018, at 10:35 AM, Matthias Braun via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > For checking HTML output: There are some tests in lnt/tests/server/ui/V4Pages.py (and similar) that look at the produced html output. I also recommend installing pytidylib and running the testsuite with --use-tidylib to catch additional html errors. > > I don't think we have anything testing the javascript parts, would be nice to see some additional test coverage...