Coder Social home page Coder Social logo

utilities's People

Contributors

alvestrand avatar artita avatar dependabot[bot] avatar erikhellman avatar fippo avatar kaptenjansson avatar mirkobonadei avatar samdutton avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

utilities's Issues

Add the ability to run webdriver tests on already installed browsers on Win and Mac

Since travis-multirunner only supports linux (debian based) we could skip if Mac and Windows are detected and use already installed browsers.

This is better than not being able to run anything at all.

This is already possible today but it would be nice if we could do it automagically instead of having to modify the test framework code every time.

videoframechecker issues

not sure if I should file it here or in testrtc... I noticed some issues while trying to use it:

  1. it uses the video elements width/height here
    which is not set for apprtc. This should be videoWidth/videoHeight, right?

  2. it listens for the play event which means it can't be attached to video which already play:
    https://github.com/webrtc/testrtc/blob/master/src/js/camresolutionstest.js#L307
    I think the right thing is to listen for play only when the readyState is not 4/HAVE_ENOUGH_DATA and start checking right away when it is in state 4. @samdutton, you know more about this than I do :-)

cc @andresusanopinto

Deprecate this library

This library is not really needed anymore. The custom test runner only works for Firefox and Chrome on Linux. The eslint configuration can be replaced with a standard one instead.

Add screenshot on failure

Description
When debugging issues that only occur on travis it would be really helpful if we could grab a screenshot of the error and make it view-able somewhere.

  • Add screenshot handling in src/js/selenium-lib.js using Webdriver api's (does not look like this is part of the Javascript api, need to investigate this further)
  • Store the file on the travis bot and then upload it S3, documentation here: https://docs.travis-ci.com/user/uploading-artifacts/
  • Include the link to the screenshot in the travis output

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.