Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Fixing tests config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya committed May 25, 2023
1 parent 851b50d commit b6cc418
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test-config/wdio.browserstack.conf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const commonConfig = require('./wdio.common.conf.js')
import commonConfig from './wdio.common.conf.js'
const currentTime = Date.now()
const commonBStackCapabilities = {
projectName: 'LiveConnect',
Expand Down Expand Up @@ -34,7 +33,7 @@ const allCapabilities = [
{ browserName: 'Chrome', browserVersion: '67', 'bstack:options': { ...commonBStackCapabilities, deviceName: 'Samsung Galaxy S8', osVersion: '7.0', realMobile: true } }
]

exports.config = {
export const config = {
...commonConfig('browserstack'),
//
// If you have trouble getting all important capabilities together, check out the
Expand Down

0 comments on commit b6cc418

Please sign in to comment.