0.1.0 • Published 10 years ago

karma-ng-extjs-scenario v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

karma-ng-extjs-scenario

Frontend UI Automated browser testing for Ext JS (based on karma-ng-scenario)

We will use Karma for automated browser testing, Jasmine as the unit testing framework and karma-ng-extjs-scenario which is basically a fork from karma-ng-scenario for E2E testing.

1 - Prerequisites

Install Node.js and Node package manager - npm.

2 - Install required Node modules

Package
1npm install karma
2npm install karma-chrome-launcher
3npm install karma-jasmine
4npm install karma-ng-extjs-scenario

3 - Setup a Karma configuration file

More info on what is a Karma configuration file.

Karma configuration file example

4 - Build a Jasmine Behavior-Driven JavaScript suite test.

Jasmine unit test file example

5 - Run automated test suite.

karma start karma.conf.js

6 - Screenshot.

alt tag