Skip to content

Commit 2c03390

Browse files
princebaretto99francisf
authored andcommitted
Update codecept.conf.js
Fixed ENV variable
1 parent 25d1d10 commit 2c03390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/local/codecept.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exports.config = {
2828
bootstrap: function () {
2929
console.log("Connecting Local");
3030
exports.bs_local = new browserstack.Local();
31-
exports.bs_local.start({ 'key': BROWSERSTACK_ACCESSKEY }, function (error) {
31+
exports.bs_local.start({ 'key': BROWSERSTACK_ACCESS_KEY }, function (error) {
3232
if (error) return error;
3333
console.log('Connected. Now testing...');
3434

0 commit comments

Comments
 (0)