How to upload an extension on Firefox with JS-TestCafe?

How can I upload an extension on Firefox with JS-TestCafe?

Hello Macy,

You can use this command format to upload an extension on Firefox with JS-TestCafe:

var file = File("path/to/some/file");

Reference link: