Skip to main content

attachFile

API

interface I {
attachFile(locator: string, options: { filePath: string }): Promise<void>
}

Example

import { test } from '@pw-codeceptjs/test'

// TODO
test('Example', async ({}) => {

})