Skip to main content

Home/ HealthcareMetadata/ Group items tagged javascript

Rss Feed Group items tagged

Malcolm McRoberts

This is Stuff: JavaScript Testing with JSTestDriver - 0 views

  • Js-test-driver is an open source JavaScript unit tests runner written in Java. The project was started at Google and is under active development. It is available under Apache License 2.0 license
  • s-test-driver is able to run from command line and reports results to the standard output. As a result, it is possible to fully automate JavaScript tests and run them on a continuous integration server.
  • s-test-driver is able to run from command line and reports results to the standard output. As a result, it is possible to fully automate JavaScript tests and run them on a continuous integration server.
  • ...8 more annotations...
  • s-test-driver is able to run from command line and reports results to the standard output. As a result, it is possible to fully automate JavaScript tests and run them on a continuous integration server
  • Continuous Integration and MavenIntegration with Jenkins continuous integration server (previously known as Hudson) was described by Christian Johansen on his blog.
  • Continuous Integration and MavenIntegration with Jenkins continuous integration server (previously known as Hudson) was described by Christian Johansen on his blog.
  • Continuous Integration and MavenIntegration with Jenkins continuous integration server (previously known as Hudson) was described by Christian Johansen on his blog.
  • Maven integration can be achieved with jstd-maven-plugin. The plugin assumes that the server with captured browsers is already running somewhere. It is not able to start the server by itself.
  • Maven integration can be achieved with jstd-maven-plugin. The plugin assumes that the server with captured browsers is already running somewhere. It is not able to start the server by itself.
  • Maven integration can be achieved with jstd-maven-plugin. The plugin assumes that the server with captured browsers is already running somewhere. It is not able to start the server by itself.
  • Maven integration can be achieved with jstd-maven-plugin. The plugin assumes that the server with captured browsers is already running somewhere. It is not able to start the server by itself.
Malcolm McRoberts

JavaScript API | Tableau Software - 0 views

  • Developers creating web applications can integrate fully interactive Tableau content into their applications via the new JavaScript API. The API provides a tremendous range of interactivity in the Tableau view. For example, you can use the JavaScript API to set and create filters, select and highlight elements in the view, and process the view to retrieve updated data. This enables you to provide a high level of interactivity between a Tableau visualization and the rest of the web page.
Malcolm McRoberts

Javascript Unit Tests on Team Foundation Service with Chutzpah - Microsoft Application ... - 0 views

  • Significant investments were made in Visual Studio 2012 Unit Testing to make it extensible. A number of frameworks and test runners have built adapters for Visual Studio. Peter Provost maintains a list of Plugins here. For Javascript Unit Testing in Visual Studio, Matthew Mannela has released Chutzpah, an open source Javascript Test Runner.  Chutzpah has a test adapter for Visual Studio 2012. With this adapter, you can run QUnit & Jasmine tests in Visual Studio.
Malcolm McRoberts

JSTest.NET - Browserless JavaScript Unit Test Runner - Home - 0 views

  • JSTest is focused on testing JavaScript, and NOT on UI validation. Unlike tools like JsTestDriver etc, JSTest can be run inside the unit testing framework of your choice; specifically MSTest, NUnit, xUnit etc.
  • JSTest is focused on testing JavaScript, and NOT on UI validation. Unlike tools like JsTestDriver etc, JSTest can be run inside the unit testing framework of your choice; specifically MSTest, NUnit, xUnit etc.
  •  
    "ell as require an int"
Malcolm McRoberts

YUI Test - YUI Library - 0 views

  • YUI Test is a complete testing framework for JavaScript and Web applications. You can use the simple JavaScript syntax to write unit tests that can be run in web browsers or on the command line, as well as functional tests to be run in web browsers. Additional tools that build on top of the JavaScript library's core functionality allow integration with build systems.
Malcolm McRoberts

JavaScript API - 0 views

  • With Tableau's JavaScript API you can integrate Tableau visualizations into your own web applications. The API lets you tightly control your users' interactions and combine functionality that otherwise couldn't be combined. For example, you can code a single control that filters a group of marks, selects some of those marks, and presents their data for download
Malcolm McRoberts

js-test-driver - Remote javascript console - Google Project Hosting - 0 views

  • The goal of JsTestDriver is to build a JavaScript test runner which: easily integrates with continuous builds systems and allows running tests on multiple browsers quickly to ease TDD style development.
Malcolm McRoberts

QUnit - 0 views

  • QUnit is a powerful, easy-to-use JavaScript unit testing framework. It's used by the jQuery, jQuery UI and jQuery Mobile projects and is capable of testing any generic JavaScript code, including itself!
Malcolm McRoberts

introduction.js - 0 views

  • asmine is a behavior-driven development framework for testing JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a clean, obvious syntax so that you can easily write tests.
Malcolm McRoberts

Mocha - the fun, simple, flexible JavaScript test framework - 0 views

  • Mocha is a feature-rich JavaScript test framework running on node.js and the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases.
Malcolm McRoberts

javascript - Convert JS object to JSON string - Stack Overflow - 0 views

  • var j={"name":"binchen"}; JSON.stringify(j); // '{"name":"binchen"}'
Malcolm McRoberts

NoseJS 0.9.4 : Python Package Index - 0 views

  • A Nose plugin for integrating JavaScript tests into a Python test suite.
Malcolm McRoberts

Issue 61 - js-test-driver - HTML Injection from separate file - Remote javascript conso... - 0 views

  • I agree with core developers, that there is no need for that to be implemented inside JsTestDriver. Everybody has slightly different needs and this would make configuration complicated. It is easy to solve in JavaScript: * request HTML page with XMLHttpRequest * extract body * inject into the body of the document under test req = new XMLHttpRequest(); req.open('GET', url, false); /* synchronous */ req.send(null); /* body element with children */ body_content = req.responseText.match(/<body[\s\S]*<\/body>/); body = document.documentElement.getElementsByTagName('body')[0]; /* body tag itself is ignored, only its children will be inserted */ body.innerHTML = body_content; } I've documented the full solution at http://www.mobile-web-consulting.de/post/4720306582/jstestdriver-html-injection-from-separate-file
Malcolm McRoberts

PhantomJS | PhantomJS - 0 views

  • PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.
  • Page Automation Access and manipulate webpages with the standard DOM API, or with usual libraries like jQuery. Learn more
  • Headless Website Testing Run functional tests with frameworks such as Jasmine, QUnit, Mocha, Capybara, WebDriver, and many others. Learn more
Malcolm McRoberts

BI Platform Analytics | Business Intelligence | SAP - 0 views

  • This offering is a complete analytics platform that combines market-leading data integration, data management, and business intelligence (BI) products, pre-certified to run together – for a more effective way to harness big data.
  • zed Analytics Server Analyze massive quantities of data 100 times faster than traditional relational databases – for more accurate insight into performance and market dynamics. Run big data analytics with unsurpassed query performance – for faster decision making Uncover new ways to reduce overhead, storage costs, and maintenance spend Offer accurate, timely information to end users across the organization Gain greater scalability with an open, flexible, column-based architecture SAP Sybase IQ .multilinkwidget a.btn-doc{ padding-bottom:10px; } $(document).ready(function(){ setTimeout(function() { if($("td em button.x-btn-text", $("tr.x-toolbar-left-row")).length > 0) $("td em button.x-btn-text", $("tr.x-toolbar-left-row")).each(function() { if($(this).html()== 'Edit' && $("td em button.x-btn-text", $(this).parents("td.x-toolbar-cell").next()).html() == 'Manage Links'){ $(this).parent().parent().parent().parent().remove(); } }); },3000); }); Less Business Intelligence Platform Make it easy to discover and share insight with a business intelligence platform that gives you flexibility, scalability, and function. Increase the range of data accessible to business users Reduce IT workload with simplified maintenance and administration options Integrate all enterprise data regardless of format or location Centrally manage, control, and configure your BI deployment SAP BusinessObjects BI Platform .multilinkwidget a.btn-doc{ padding-bottom:10px; } $(document).ready(function(){ setTimeout(function() { if($("td em button.x-btn-text", $("tr.x-toolbar-left-row")).length > 0) $("td em button.x-btn-text", $("tr.x-toolbar-left-row")).each(function() { if($(this).html()== 'Edit' && $("td em button.x-btn-text", $(this).parents("td.x-toolbar-cell").next()).html() == 'Manage Links'){ $(this).parent().parent().parent().parent().remove(); } }); },3000); }); Less $(document).ready(function() { // Expand all content by default // $('.rmuc_expandableLI').each(function () { $(this).css('height', 'auto'); }); });
  • Highly Optimized Analytics Server Analyze massive quantities of data 100 times faster than traditional relational databases – for more accurate insight into performance and market dynamics.
Malcolm McRoberts

My Library - 0 views

  • I was having the same issue recently with IE10, added a timeout and got the result I wanted, the iFrame printed out instead of the parent page: <script type="text/javascript"> function selfPrint(){ self.focus(); self.print(); } setTimeout('selfPrint()',2000); </script> share|improve this answer answered Jan 23 at 23:14 James Moberg 30927 the timeout doesn't even have to be that long. – gawpertron Jan 24 at 14:08 1   This solved my problem too, but can someone explain why it works? – Todd Gibson Feb 7 at 18:19
  • Print iframe in IE
1 - 20 of 22 Next ›
Showing 20 items per page