frames-selenium
v1.1.7
Published
Testing API using selenium and the frames-runtime to perform functional testing within the browser
Downloads
5
Readme
Frames Selenium
Morphis Frames is a software tool for building technology agnostic applications. The GUI is implemented using a technology that provides support for different platforms meaning that programmers need to know only a single programming language.
This project, Frames Selenium, is meant to be an integrated testing API using selenium and the frames-runtime to perform functional testing within the browser.
Installing
npm install -g frames-selenium
Requirements
- NodeJS
- Java (32bits)
- Python 2.7
- C++ compiler (gcc, msbuild)
For Developers
Install nodejs dependencies:
npm install
Contribute
There are many ways to contribute:
- Submit issues and help us verify fixes as they are checked in.
- Review the source code changes.
- Engage with other Frames users and developers on StackOverflow.
- Read the Language Reference.
Documentation
- Getting Started
- Language Reference.
Usage
Execute a test:
node examples/test.js
Execute test with mocha reporting:
mocha tests/example.js