octaltree / playwright-rust

Playwright port to Rust
316 stars 36 forks source link

Fixed issue with not being able to run playwright tests in parallel, and Implemented set_input_file_paths API #41

Closed tmahmood closed 1 year ago

tmahmood commented 1 year ago

Hi @octaltree,

This update contains,

  1. Fix for not being able to run multiple instances of playwright,
  2. Implemented set_input_file_paths API

I have tested the changes in my own test repository, and it works.

Please review.