Coder Social home page Coder Social logo

kingjay66 / wpt.fyi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from web-platform-tests/wpt.fyi

0.0 1.0 0.0 26.52 MB

web-platform-tests dashboard

Home Page: https://wpt.fyi/

License: Other

Shell 1.33% JavaScript 28.08% Python 6.94% Go 53.74% CSS 0.04% Makefile 0.71% HTML 8.93% Dockerfile 0.24%

wpt.fyi's Introduction

GitHub Actions Python Updates

wpt.fyi is a dashboard of cross-browser results for web-platform-tests, the data for which is uploaded by external services, primarily from various CI integrations in the wpt repo.

Backend: An App Engine app for storing test run metadata and serving HTML

Frontend: Polymer elements for loading and visualizing test results

Using the data

All test result data is public. Please use our APIs to explore the data. For example, use the results API to download result summaries, and use the runs API to query runs and their metadata, which include links to other data like raw full reports.

Product ID

This is a tuple of browser name, browser version, os name, os version, serialized in the form of browser[-version[-os[-version]]] ([] means optional), widely used in our APIs as the product parameter.

Development

Setting up your environment

You'll need Docker. With Docker installed, start the development container:

docker pull webplatformtests/wpt.fyi:latest   # Optional: this forces fetching the latest version, instead of using the locally cached version.
./util/docker-dev/run.sh

This starts a Docker instance named wptd-dev-instance.

Running locally

Once the instance is running, you can fire up the web server in another terminal:

./util/docker-dev/web_server.sh

This will build dependencies and start the Google App Engine development server inside wptd-dev-instance.

Meanwhile, you'll also need to populate the app datastore with some initial data. In another terminal, execute the script which leverages util/populate_dev_data.go by running:

./util/docker-dev/dev_data.sh

See CONTRIBUTING.md for more information on local development.

Miscellaneous

WPT documentation page for each browser

Location of the WPT in each browser’s source tree

You can run almost any WPT test on wpt.live

Try out http://wpt.live/html/semantics/forms/the-input-element/checkbox.html

This doesn't work with some HTTPS tests. Also be advised that the server is not intended for frequent large-scale test runs.

Sources of inspiration

wpt.fyi's People

Contributors

lukebjerring avatar hexcles avatar renovate-bot avatar renovate[bot] avatar mdittmer avatar kyleju avatar dependabot[bot] avatar pyup-bot avatar stephenmcgruer avatar foolip avatar danielryansmith avatar jcscottiii avatar past avatar zcorpan avatar nt1m avatar jugglinmike avatar alrra avatar lucacasonato avatar weizhongx avatar gsnedders avatar lukezielinski avatar racheljay avatar clopez avatar schweinepriester avatar jgraham avatar stp-ekioh avatar azure-pipelines[bot] avatar mir-sa avatar phistuck avatar ms2ger avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.