Giter Club home page Giter Club logo

qunit-harness's People

Contributors

aleksey28 avatar alexandermoskovkin avatar andreybelym avatar farfurix avatar helen-dikareva avatar kirovboris avatar lavrovartem avatar margaritaloseva avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

qunit-harness's Issues

Add possibility to rerun fixture

We have a tests what load content from remote sources.
Because of this any tests sometimes are failed.
To fix it we need to rerun fixture that contains failed tests.

Also we need a way to mark fixture which we will rerun.

WaitForIframe must to remove 'load' event listener on promise resolving

It needs for the following scenario:

asyncTest('valid resource type for iframe.contentWindow.location must be calculated', function () {
        var iframe = document.createElement('iframe');

        iframe.id = 'testT260697';

        var loadHandler = function () {
            iframe.removeEventListener('load', loadHandler);

            iframe.addEventListener('load', function () {
                strictEqual(urlUtils.parseProxyUrl(iframe.contentWindow.location).resourceType, 'iframe');
                iframe.parentNode.removeChild(iframe);
                start();
            });

            eval(processScript('iframe.contentWindow.location = "/test.html";'));
        };

        iframe.addEventListener('load', loadHandler);
        document.body.appendChild(iframe);
    });

Use 'wd' module to run tests instead of rest API

Saucelabs often can't open a required virtual machine from the first attempt (especially iOS and Android emulators). As a result test runs take a long time.
We've found the wd module contains internal stuff to improve this. For example it restarts mobile simulators without the virtual machine restarting. We've not found the way to implement this via saucelabs rest API so we've decided to use the wd module.

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.