Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 992 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 992 Bytes

Robotframework-MongoDB-Library 3.3

A library for interacting with MongoDB from RobotFramework.

Uses pymongo.

Update Keywords on 3.3

  • Retrieve All Mongodb Records Limit
  • Retrieve All Mongodb Records Limit Sort

License

See LICENSE file for updated license information

Credits

Install

pip Install

pip install robotframework-mongodb-library3

You can install by pulling down source and executing the following:

git clone https://github.com/yimwhancafe/robotframework-mongodb-library.git
cd robotframework-mongodb-library
sudo python setup.py install

Documentation

For the detail keyword documentation. Go to this following link: