Socket
Socket
Sign inDemoInstall

testardo

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testardo

a browser and OS agnostic web driver for mobile and desktop


Version published
Weekly downloads
26
increased by766.67%
Maintainers
1
Weekly downloads
 
Created
Source

testardo

a browser and OS agnostic web driver for mobile and desktop

Please note this software is at a very basic state ... like a beta version 0.0.6 one.

in a nutshell

Bored to death to swipe around in order to be sure device X still work? If so, give testardo a chance!

testardo is the easiest way to test your local projects with some remote service testing capabilities too. You can be notified if something goes wrong, you can change tests at runtime and have an instant update for all running devices, you can forget SDK, special softwares, drivers, patches and fixes ... you create the test with everything you know and need already with the ability to include libraries and utilities at runtime.

how to

To use testardo ... all you need is the testardo file. Grab it or simply install it via npm install -g testardo.

The executable will create a testing environment showing the URL to load through your device browser. As long as your Mac/Linux machine is reachable through the same network there's really nothing else to do.

If you want to have an idea of testardo options at launch time, please check the how-to file, or launch ./testardo without arguments in your console.

Example

A very basic example is shown in this file.

Write ./testardo --host=74.125.239.35 --loop=0 examples/google-search.js and connect to the full url shown in the terminal. This will look something like: en1: http://192.168.1.146:7357/$ where the full url to connect to will be http://192.168.1.146:7357/$

compatibility

So far, testardo has been tested with the following browsers:

  • iOS 5.1 and greater
  • Android 2.3 and greater
  • Firefox OS 1.0 and greater
  • Windows Phone 7 and greater
  • Blackberry 10
  • Kindle Fire Silk
  • webOS (the one for the old palm pre, not yet LG TVs)

Above list will change as soon as new devices will be tested. Ideally old IE browsers should work too (at some point).

why

Selenium is cool but there's no selenium for platforms different from Android and iOS. This makes integration tests extremely painful for all other phones, both newer and older.

testardo would like to simplify one-shot or infinitely repeated integration tests with any browser you would like to test.

Keywords

FAQs

Package last updated on 10 Jan 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc