Projects
Nativium come with some applications inside apps folder.
Some apps can be compiled and tested from the command line. Example:
python3 nativium.py app
Android
If you want test android application run:
python3 nativium.py app android test
and
python3 nativium.py app android integration-test
iOS
If you want test ios application run:
python3 nativium.py app ios test