Skip to content

Commit 6861c75

Browse files
Added extra app name comment
1 parent fbbded9 commit 6861c75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/applitools/example/AcmeBankTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ public void openBrowserAndEyes(TestInfo testInfo) {
114114
driver,
115115

116116
// The name of the application under test.
117-
// All tests for the same app should share the same app name.
117+
// All tests for the same app should share the same app name.
118+
// Set this name wisely: Applitools features rely on a shared app name across tests.
118119
"ACME Bank Web App",
119120

120121
// The name of the test case for the given application.

0 commit comments

Comments
 (0)