Skip to content

Commit c8c52f6

Browse files
authored
Merge pull request gunesmes#2 from moijes12/patch-1
Update README.md
2 parents b620272 + ffd8f88 commit c8c52f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
Page-object model is a pattern that you can apply it to develop efficient automation framework. With page-model, it is possible to minimise maintenance cost. Basically page-object means that your every page is inherited from a base class which includes basic functionalities for every pages. If you have some new functionality that every pages have, you can simple add it to the base class.
44

5-
####If you want to run it, you should type:
5+
#### If you want to run it, you should type:
66
```sh
77
python <module-name.py>
88
```
99

1010

11-
####If you want to run it just a class, you should type:
11+
#### If you want to run it just a class, you should type:
1212
```sh
1313
python <module-name.py> <class-name>
14-
```
14+
```

0 commit comments

Comments
 (0)