Attempt to fix the cypress flake (#8492)
This commit is contained in:
parent
5cece10552
commit
c616bd7a62
5 changed files with 95 additions and 18 deletions
|
@ -16,8 +16,13 @@ limitations under the License.
|
|||
|
||||
/// <reference types="cypress" />
|
||||
|
||||
import { synapseDocker } from "./synapsedocker/index";
|
||||
import { synapseDocker } from "./synapsedocker";
|
||||
import PluginEvents = Cypress.PluginEvents;
|
||||
import PluginConfigOptions = Cypress.PluginConfigOptions;
|
||||
|
||||
export default function(on, config) {
|
||||
/**
|
||||
* @type {Cypress.PluginConfig}
|
||||
*/
|
||||
export default function(on: PluginEvents, config: PluginConfigOptions) {
|
||||
synapseDocker(on, config);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue