Skip to content

Commit

Permalink
add cautionary note
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplischke committed Mar 15, 2024
1 parent 588d073 commit 4a6d125
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ import { AuthError, TunnelNameError } from './errors';

let sauceDriver: SauceDriver;

/**
* The Sauce Labs browser provider plugin for TestCafe.
*
* CAUTION: Do not export the `default` keyword, as TestCafe will not be able to
* load the plugin. Neither does it support the `exports =` syntax without
* `module`.
*/
module.exports = {
/**
* Inspected by TestCafe to check whether the browser provider supports
Expand Down

0 comments on commit 4a6d125

Please sign in to comment.