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

New Test Runs not added #9

Open
annbr204 opened this issue Jun 11, 2020 · 0 comments
Open

New Test Runs not added #9

annbr204 opened this issue Jun 11, 2020 · 0 comments

Comments

@annbr204
Copy link

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?

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

No branches or pull requests

1 participant