All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.orangebuffalo.testcontainers.playwright.junit.PlaywrightApiProvider.kt Maven / Gradle / Ivy

There is a newer version: 0.11.13
Show newest version
package io.orangebuffalo.testcontainers.playwright.junit

import io.orangebuffalo.testcontainers.playwright.PlaywrightApi

/**
 * Extension point for providing [PlaywrightApi] instances for tests.
 *
 * See [PlaywrightConfigurer.createPlaywrightApiProvider] for detailed explanation.
 */
interface PlaywrightApiProvider {

    /**
     * Returns a [PlaywrightApi] instance for the current thread, creating it if necessary.
     */
    fun getOrCreatePlaywrightApiForCurrentThread(): PlaywrightApi
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy