We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a4368 commit 6c8320dCopy full SHA for 6c8320d
README.md
@@ -78,7 +78,7 @@ The object `I` of your tests and events will have access to new methods. [See th
78
```js
79
BeforeSuite( async( I ) => {
80
// The first parameter is the key that will hold a reference to the db
81
- I.connect( "testdb", "mysql:///root:mypassword@localhost:3306/testdb" );
+ I.connect( "testdb", "mysql://root:mypassword@localhost:3306/testdb" );
82
} );
83
84
AfterSuite( async( I ) => {
0 commit comments