Skip to content

Commit 3435ef3

Browse files
authored
Update README.md
1 parent 3340ec0 commit 3435ef3

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
![playwright](https://user-images.githubusercontent.com/8418700/220898294-ec067d4d-c65c-43ab-96d7-8fdf52d0a6a7.png)
22

3-
[![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](https://opensource.org/licenses/MIT)
4-
[![npm version](https://badge.fury.io/js/screen.play.write.svg)](https://badge.fury.io/js/screen.play.write)
5-
[![Downloads](https://img.shields.io/npm/dm/screen.play.write.svg)](https://www.npmjs.com/package/screen.play.write)
6-
7-
## What is Screenplay Pattern?
3+
## What is a Screenplay Pattern?
84

95
The Screenplay Pattern is a user-centric approach to writing workflow-level automated acceptance tests. This helps automation testers to write test cases in terms of Business language.
106

@@ -172,14 +168,6 @@ test('add a new item to todo list', async ({ page }) => {
172168
});
173169
```
174170

175-
## [NPM](https://www.npmjs.com/package/screen.play.write)
176-
177-
You install it via:
178-
179-
```
180-
npm i screen.play.write
181-
```
182-
183171
## References
184172

185173
1. https://serenity-js.org/handbook/design/screenplay-pattern.html

0 commit comments

Comments
 (0)