test(docs-infra): run basic smoke tests against PR previews (#26649)

This makes the tests run agaisnt the deployed production versions (as
part of the `aio_monitoring` job) more reliable.

PR Close #26649
This commit is contained in:
George Kalpakas
2018-10-22 15:33:40 +03:00
committed by Matias Niemelä
parent 8bf51db3e7
commit 0367d14044
3 changed files with 19 additions and 14 deletions

View File

@ -3,9 +3,11 @@
exports.config = {
allScriptsTimeout: 11000,
specs: [
'./*.e2e-spec.ts'
],
suites: {
full: './*.e2e-spec.ts',
smoke: './smoke-tests.e2e-spec.ts',
},
suite: 'full',
capabilities: {
browserName: 'chrome',
// For Travis