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

feat(frameworks): Support runner.afterEach in jasmine and mocha ada… #3988

Merged
merged 1 commit into from Jan 20, 2017

Conversation

sjelin
Copy link
Contributor

@sjelin sjelin commented Jan 19, 2017

…pter

Closes #3894,
#3908, and
#3909

@sjelin sjelin force-pushed the supportAfterEach branch 2 times, most recently from 823d5eb to aef570c Compare January 20, 2017 00:08
@@ -76,7 +76,7 @@ executor.addCommandlineTest('node built/cli.js spec/errorTest/timeoutConf.js')
message: 'Timeout - Async callback was not invoked within timeout ' +
'specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.'
})
.expectTestDuration(0, 100);
.expectTestDuration(0, 1000);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

After a lot of bench-marking, I have concluded that this change only matters for extremely short tests like this one, and shouldn't matter to normal users.

@sjelin sjelin merged commit e8eea5c into angular:noCF Jan 20, 2017
sjelin added a commit that referenced this pull request Jan 23, 2017
@sjelin sjelin added this to Stage 0: Preparation in Support ControlFlow-less Selenium Jan 25, 2017
@sjelin sjelin moved this from Stage 0: Prep (issues) to Stage 0: Prep (PRs) in Support ControlFlow-less Selenium Jan 25, 2017
sjelin added a commit that referenced this pull request Jan 26, 2017
sjelin added a commit to sjelin/protractor that referenced this pull request Jan 27, 2017
igniteram pushed a commit to igniteram/protractor that referenced this pull request Feb 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants