Sent a pull request to bitbake-devel and added to toaster-next. Thanks. Elliot
On 4 April 2016 at 12:08, Michael Wood <[email protected]> wrote: > Add a selenium test to run the js unit tests. > Pull request poky-contrib michaelw/toaster/selenium-test-js (sent as pull > request because js file too large for git send-email) > > git://git.yoctoproject.org/poky-contrib michaelw/toaster/selenium-test-js > > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=michaelw/toaster/selenium-test-js > > Michael Wood (5): > toaster: Add quint to project so that it can be used offline > toaster: tests Set MACHINE for the test projects > toaster: views jsunittest Add MACHINE and an extra layer to test > project > toaster: testsjs Add call back to append elements on completion of > tests > tests: browser Add test to run the js unit tests > > lib/toaster/tests/browser/test_js_unit_tests.py | 57 ++++ > .../fixtures/toastergui-unittest-data.xml | 4 +- > lib/toaster/toastergui/static/css/qunit-1.18.0.css | 1 + > lib/toaster/toastergui/static/js/qunit-1.18.0.js | 347 > +++++++++++++++++++++ > lib/toaster/toastergui/static/js/tests/test.js | 7 + > .../toastergui/templates/js-unit-tests.html | 4 +- > lib/toaster/toastergui/views.py | 18 +- > 7 files changed, 430 insertions(+), 8 deletions(-) > create mode 100644 bitbake/lib/toaster/tests/browser/test_js_unit_tests.py > create mode 100644 > bitbake/lib/toaster/toastergui/static/css/qunit-1.18.0.css > create mode 100644 > bitbake/lib/toaster/toastergui/static/js/qunit-1.18.0.js > > -- > _______________________________________________ > toaster mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/toaster > -- Elliot Smith Software Engineer Intel Open Source Technology Centre
-- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
