Update testing-modules/testing-libraries/src/test/java/com/baeldung/cucumberhooks/books/BookStoreWithHooksIntegrationTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
This commit is contained in:
parent
a58ac8eb3c
commit
09e800e605
@ -12,7 +12,7 @@ import org.junit.runner.RunWith;
|
|||||||
|
|
||||||
@RunWith(Cucumber.class)
|
@RunWith(Cucumber.class)
|
||||||
@CucumberOptions(features = "classpath:features/book-store-with-hooks.feature",
|
@CucumberOptions(features = "classpath:features/book-store-with-hooks.feature",
|
||||||
glue ="com.baeldung.cucumberhooks.books"
|
glue = "com.baeldung.cucumberhooks.books"
|
||||||
)
|
)
|
||||||
public class BookStoreWithHooksIntegrationTest implements En {
|
public class BookStoreWithHooksIntegrationTest implements En {
|
||||||
|
|
||||||
@ -53,4 +53,3 @@ public class BookStoreWithHooksIntegrationTest implements En {
|
|||||||
//code to close browser
|
//code to close browser
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user