Skip to content

Conversation

@willms-tf
Copy link

Adapted webmate SDK examples to work out of the box with demo.webmate.io.

@willms-tf willms-tf requested a review from aschlosser-tf March 28, 2022 17:26
@willms-tf willms-tf self-assigned this Mar 28, 2022

export const WEBMATE_SELENIUM_PORT: number = 44444;
export const WEBMATE_SELENIUM_HOST: string = "app.webmate.io";
export const WEBMATE_SELENIUM_HOST: string = "selenium-demo.webmate.io";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

app.webmate.io should still be the default, leave the settings for demo to be commented in when needed

tap(info => {
log.info(`Finished waiting for TestRun: ${info.toString()}`);
log.info(`The result is available at: https://app.webmate.io/#/projects/${info.projectId}/testlab/testruns/${info.testRunId}`);
log.info(`The result is available at: https://demo.webmate.io/#/projects/${info.projectId}/testlab/testruns/${info.testRunId}`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe try to extract this from api url

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants