https://github.com/ahmednuaman/abilities
A test suite of tests to check device abilities
https://github.com/ahmednuaman/abilities
Last synced: about 2 months ago
JSON representation
A test suite of tests to check device abilities
- Host: GitHub
- URL: https://github.com/ahmednuaman/abilities
- Owner: ahmednuaman
- Created: 2013-01-14T14:58:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-21T11:48:06.000Z (about 12 years ago)
- Last Synced: 2025-02-10T14:08:53.656Z (4 months ago)
- Language: JavaScript
- Homepage: http://ab.iliti.es/
- Size: 1000 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Abilities
A test suite of tests to check device abilities.
## Setting it up
1. Set up your database using the `structure.sql` file as a base.
2. Check that everything's working correctly by running `casperjs` tests (making sure you update `unittests/config.js.example` with the API url and renaming to `config.js`): `cd unittests && casperjs test --includes=config.js test_*.js`.