Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wmknbn 8184 #20

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Wmknbn 8184 #20

wants to merge 5 commits into from

Conversation

willms-tf
Copy link

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

@willms-tf willms-tf self-assigned this Mar 28, 2022
export const MY_WEBMATE_USER: string = "[email protected]";
export const MY_WEBMATE_APIKEY: string = "xxxxxx-xxxxx-xxxx-ba43-da86b97734eb";
export const MY_WEBMATE_PROJECTID: ProjectId = "xxxxxx-1b49-4eb0-bb3a-xxxxxxxxx";

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";

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

@@ -59,7 +59,7 @@ describe('URL Based Crossbrowser Test', function () {
}),
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}`);

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.

None yet

2 participants