From 091c67e56a2acddc20cc12e59e76187ecc87a9f1 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 3 Feb 2016 22:07:49 +0000 Subject: [PATCH] Added Minium framework to end-to-end test section --- patterns/e2e.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/patterns/e2e.md b/patterns/e2e.md index 57fc159..6c801fe 100644 --- a/patterns/e2e.md +++ b/patterns/e2e.md @@ -4,6 +4,7 @@ * [Angular Scenario](#angular-scenario-) * [Protractor](#protractor-) +* [Minium](#minium-) ### Angular Scenario [↑](#end-to-end-testing-frameworks) @@ -192,6 +193,14 @@ describe('my view', function () { --- +### Minium [↑](#end-to-end-testing-frameworks) + +* [Minium](http://minium.vilt.io/) is an end to end test framework for web applications built on top of [Selenium](http://www.seleniumhq.org/) with an easy syntax and an interactive editor. + +#### Getting started + +* There is a [quick start guide](http://minium.vilt.io/docs/) in the documentation section of Minium website + ### Protractor [↑](#end-to-end-testing-frameworks) [Protractor](https://github.com/angular/protractor) is an end to end test framework for [Angular](http://angularjs.org/) applications built on top of [WebDriverJS](https://code.google.com/p/selenium/wiki/WebDriverJs). @@ -208,4 +217,4 @@ Disclaimer: I haven't used protractor yet and frankly it looked a bit complicate #### CoffeeScript [↑](#end-to-end-testing-frameworks) -Looks like it does have a CoffeeScript [preprocessor plugin](https://github.com/angular/protractor/issues/38). \ No newline at end of file +Looks like it does have a CoffeeScript [preprocessor plugin](https://github.com/angular/protractor/issues/38).