Playwright, Typescrpt, Cucumber, Auto.

No value exists in scope for the shorthand property 'page'. Either declare one or provide an initializer.
await auto ('Enter the username as standard_user and password as secret_sauce', { page, test}) ~~~~
error TS18004: No value exists in scope for the shorthand property 'page'. Either declare one or provide an initializer.
await auto ('Submit the Log in button', {page, test} )
Playwright, Typescrpt, Cucumber, Auto.
No value exists in scope for the shorthand property 'page'. Either declare one or provide an initializer.
await auto ('Enter the username as standard_user and password as secret_sauce', { page, test}) ~~~~
error TS18004: No value exists in scope for the shorthand property 'page'. Either declare one or provide an initializer.
await auto ('Submit the Log in button', {page, test} )