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

only one test is executing and updating the results in sauce but rest all test wont execute #16

Open
vinod-ryaka opened this issue Mar 30, 2020 · 1 comment

Comments

@vinod-ryaka
Copy link

vinod-ryaka commented Mar 30, 2020

i have executed the test in sauce using this framework
the issue i am facing is the test runs only one test and updates the result pass/fail but all other tests in the project wont run
only the first testcase is executed
please help me on this

@reallymello
Copy link

I had the same issue until I used the setTimeout they have in their afterEach. It then runs all the tests in the suite, but SauceLabs doesn't get a breakout of the individual test cases or their pass/fail.

client.customSauceEnd();

        setTimeout(function() {
            done();
        }, 1000);

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

2 participants