Skip to content

Commit

Permalink
try removing port numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
cea2aj committed Jun 11, 2021
1 parent 59c323b commit 0cf9a94
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/acceptance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ runTests(argv.browsers);
* @param {string[]} browsers The browsers to run the tests on
*/
async function runTests (browsers) {
const testcafe = await createTestCafe({
hostname: 'localhost',
port1: 1337,
port2: 1338
});
const testcafe = await createTestCafe();
try {
const numberTestsFailed = await testcafe.createRunner()
.src('tests/acceptance/suites/*.js')
Expand Down

0 comments on commit 0cf9a94

Please sign in to comment.