Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.
/ testing-webgl Public archive

Notes on continuous-integration testing WebGL applications and libraries.

Notifications You must be signed in to change notification settings

tmcw/testing-webgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

testing-webgl

Notes on continuous-integration testing WebGL applications and libraries.

The key, first, is to separate applications and libraries: libraries can possibly be tested headlessly, whereas applications usually cannot.

  • Software
    • Headless: These are testing solutions that run in node.js or without an open browser.
    • Headfull
      • WORKING
        • hughsk/smokestack
        • zuul
        • karma
        • nightwatch
  • Services
    • Promises WebGL
      • Browserstack on Win 8.1 (ref)
    • NO WEBGL
      • ghost inspector: no plans to enable webgl
      • travis-ci
      • circleci
      • sauce labs
    • SKETCHY/UNCONFIRMED
      • browserstack promises webgl on osx.

Tools for running WebGL tests

About

Notes on continuous-integration testing WebGL applications and libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published