-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Pasilla is a framework that allows a tester to create Protractor tests without writing any JavaScript code. The tester uses familiar tools to simply assemble a sequence of keywords and data into a test script. Excel is used to create the test script and is also used to maintain a centralised store of test data. Pasilla provides utilities to automatically convert the Excel test script and data into pure JavaScript Protractor code. This means that the tests can be run using any tool that supports Protractor like WebStorm IDE, Grunt and TeamCity. So, Pasilla takes the pain out of developing Protractor tests without losing the benefits of the Jasmine BDD format and the integration with other tools.
It all sounds a little too good to be true and, in a way, it is. The JavaScript Protractor code underpinning each keyword still has to be handcrafted. Pasilla helps with this by standardising the way in which the keyword program code is written - how it is called, how it handles data passed to it, and how it can be reused and combined with other keywords.



Pasilla
Links: Home, [General Concepts](General Concepts), Tutorial - Create a New Test, Data Parameters