Protractor basic Example Program
Let us now create a very basic test and execute using protractor. As we know protractor needs to files spec file (test file) and conf file (configuration file).
'describe' is block of code that implements the suite and 'it'is a block with combination of commands and expectations syntax is from the Jasmine framework.