You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 50 tests in my framework and in TestRail I have only one test case. After I run the test, it doesn't create a Test Run in TestRail. I followed everything as given in your readme. I am using Typescript. The test case ID is "C1" and the name is "Login test". What am I missing?
The text was updated successfully, but these errors were encountered:
I'm trying this out and testing with one test case as below.
fit(‘1: Login test’, async () => {
loginPg.navigateTo();
loginPg.login();
expect(await browser.getCurrentUrl()).toContain(‘/dashboard’);
}
I have 50 tests in my framework and in TestRail I have only one test case. After I run the test, it doesn't create a Test Run in TestRail. I followed everything as given in your readme. I am using Typescript. The test case ID is "C1" and the name is "Login test". What am I missing?
The text was updated successfully, but these errors were encountered: