Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 6be98ea

Browse files
JPeer264cnishina
authored andcommitted
docs(plugins): fix links and formatting (#4431)
1 parent 4b7cada commit 6be98ea

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

docs/plugins.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ execution to gather more data and potentially modify the test output.
77
The Protractor API and available plugins are *BETA* and may change
88
without a major version bump.
99

10-
##In this document:
10+
## Table of contents
1111
* [Using Plugins](/docs/plugins.md#using-plugins)
1212
* [Writing Plugins](/docs/plugins.md#writing-plugins)
1313
* [First Party Plugins](/docs/plugins.md#first-party-plugins)
@@ -121,37 +121,29 @@ First Party Plugins
121121
* Accessibility Plugin
122122

123123
The accessibility plugin runs a set of accessibility audits on your webapp.
124-
It is published at the npm module [`protractor-accessibility-plugin`]
125-
(https://www.npmjs.com/package/protractor-accessibility-plugin) and stored at
126-
the github repo [angular/protractor-accessibility-plugin]
127-
(https://github.com/angular/protractor-accessibility-plugin).
124+
It is published at the npm module [`protractor-accessibility-plugin`](https://www.npmjs.com/package/protractor-accessibility-plugin) and stored at
125+
the github repo [angular/protractor-accessibility-plugin](https://github.com/angular/protractor-accessibility-plugin).
128126

129127
* Timeline Plugin
130128

131129
The timeline plugin gathers test timeline information from various sources and
132130
presents the output visually. This improves understanding of where latency
133131
issues are in tests. It is published at the npm module
134-
[`protractor-timeline-plugin`]
135-
(https://www.npmjs.com/package/protractor-timeline-plugin) and stored at the
136-
github repo [angular/protractor-timeline-plugin]
137-
(https://github.com/angular/protractor-timeline-plugin).
132+
[`protractor-timeline-plugin`](https://www.npmjs.com/package/protractor-timeline-plugin) and stored at the
133+
github repo [angular/protractor-timeline-plugin](https://github.com/angular/protractor-timeline-plugin).
138134

139135
* Console Plugin (Chrome Only)
140136

141137
The console plugin checks the browser log after each test for warnings and
142-
errors. It is published at the npm module [`protractor-console-plugin`]
143-
(https://www.npmjs.com/package/protractor-console-plugin) and stored at the
144-
github repo [angular/protractor-console-plugin]
145-
(https://github.com/angular/protractor-console-plugin).
138+
errors. It is published at the npm module [`protractor-console-plugin`](https://www.npmjs.com/package/protractor-console-plugin) and stored at the
139+
github repo [angular/protractor-console-plugin](https://github.com/angular/protractor-console-plugin).
146140

147141
* ngHint Plugin (NOT MAINTAINED)
148142

149143
The ngHint plugin uses [Angular Hint](https://github.com/angular/angular-hint)
150144
to generate run-time hinting and then turns these hints into Protractor tests.
151-
It is published at the npm module [`protractor-ng-hint-plugin`]
152-
(https://www.npmjs.com/package/protractor-ng-hint-plugin) and stored at the
153-
github repo [angular/protractor-ng-hint-plugin]
154-
(https://github.com/angular/protractor-ng-hint-plugin).
145+
It is published at the npm module [`protractor-ng-hint-plugin`](https://www.npmjs.com/package/protractor-ng-hint-plugin) and stored at the
146+
github repo [angular/protractor-ng-hint-plugin](https://github.com/angular/protractor-ng-hint-plugin).
155147

156148
Community Plugins
157149
-----------------
@@ -166,4 +158,4 @@ plugins please report them to the corresponding plugin developer.
166158

167159
* [protractor-numerator](https://github.com/Marketionist/protractor-numerator): This plugin gives you readable functions for getting elements by their numbers inside Protractor tests. Adds functions like `.second()`, `.third()`, etc. instead of `.get(1)`, `.get(2)`, etc.
168160

169-
* [Ng-apimock](https://github.com/mdasberg/ng-apimock): this plugin adds the ability to use scenario based api mocking for local development and protractor testing for both AngularJS 1 and 2 applications.
161+
* [Ng-apimock](https://github.com/mdasberg/ng-apimock): this plugin adds the ability to use scenario based api mocking for local development and protractor testing for both AngularJS and Angular applications.

0 commit comments

Comments
 (0)