GitHub - lavys/funcunit: A functional test suite based of qUnit, Selenium and jQuery

Moved to https://github.com/bitovi/funcunit

If you've accidentally pulled this repo, be sure to git reset --hard HEAD~1 and pull from the new origin: git://github.com/bitovi/funcunit.git

If you've cloned this repo, update your remote:

  • git remote rm origin
  • git remote add origin git://github.com/bitovi/funcunit.git

If you've forked, update your upstream remote:

  • git remote rm upstream
  • git remote add upstream git://github.com/bitovi/funcunit.git

If you are using this repository as a submodule

  • Edit your .gitmodules and change the submodule path to git://github.com/bitovi/funcunit.git
  • git sync