mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
test: prohibit focused tests/suites on bots (#1686)
This commit is contained in:
@@ -360,6 +360,10 @@ class TestRunner extends EventEmitter {
|
||||
return tests;
|
||||
}
|
||||
|
||||
hasFocusedTestsOrSuites() {
|
||||
return this._hasFocusedTestsOrSuites;
|
||||
}
|
||||
|
||||
tests() {
|
||||
return this._tests.slice();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user