You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: chapter_05.md
-2
Original file line number
Diff line number
Diff line change
@@ -15,5 +15,3 @@ In this chapter we want to build a custom service and reporter to improve loggin
15
15
Services are custom classes that can interfere with the test using hooks. They have their own scope and can store a certain state over a period of time throughout the test. This allows you to e.g. store the history of commands and their results.
16
16
17
17
While services and reporters are plugins that can be written by the community and published as NPM packages, they can also just be internal packages to be required in your config and added to the services/reporter list.
18
-
19
-
__Note:__ you can highlight elements on the page by setting the border CSS property to e.g. `red dashed 2px`
0 commit comments