Skip to content

Commit a699bce

Browse files
authored
Merge pull request #197 from iranimij/fix-customize-folder-path
fix-the-cusomization-exaple-path
2 parents d502786 + dea7ba7 commit a699bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ npx playwright test –-grep-invert @coupon-code
203203

204204
### Customizing the testing suite
205205

206-
The newly created `tests` folder will become your base of operations. In here, you should use the same folder structure that you see in `base-tests`. For example, if your login page works slightly differently from the demo website version, create a copy of `login.page.ts` and place it `tests/config/poms/frontend/` and make your edits in this file. The next time you run the testing suite, it will automatically use these custom files.
206+
The newly created `tests` folder will become your base of operations. In here, you should use the same folder structure that you see in `base-tests`. For example, if your login page works slightly differently from the demo website version, create a copy of `login.page.ts` and place it `tests/poms/frontend/` and make your edits in this file. The next time you run the testing suite, it will automatically use these custom files.
207207

208208
#### Module Imports
209209

0 commit comments

Comments
 (0)