Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
danitseitlin committed Sep 28, 2024
1 parent 8849202 commit 14a2527
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/integration.executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ describe('Performing Integration testing', async function() {
apiPath: '/',
});
const token = await client.getApiToken('default', '1q2w3e');
console.log(JSON.stringify(token))
const apiToken = await client.createApiToken(token.access_token, 1, 'testing'+new Date().getTime() );
console.log(JSON.stringify(apiToken))

cliArguments.rtoken = apiToken.api_key;
testcafeServer = await createTestCafe('localhost', 1337, 1338);
});
Expand Down

0 comments on commit 14a2527

Please sign in to comment.