Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 409 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 409 Bytes

PhantomJS-Test

Project to make automated test scenarios for OroApplications, build over PhantomJS API.

Installation

npm install

Execution

node_modules/.bin/phantomjs phantom.js <scenario name> <site URL address>
# e.g.
node_modules/.bin/phantomjs phantom.js save-product http://b2b-crm-ee.dev2.ll/admin/

See output in the console and screenshots in ./screens directory.