switched back to port 4000

This commit is contained in:
lotte
2020-04-23 14:17:05 +02:00
parent f1d1761fd7
commit 0f43ff4fea
7 changed files with 13 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ exports.config = {
// Change to 'false' to run tests using a remote Selenium server
directConnect: true,
// Change if the website to test is not on the localhost
baseUrl: 'http://localhost:3000/',
baseUrl: 'http://localhost:4000/',
// -----------------------------------------------------------------
specs: [
'./src/**/*.e2e-spec.ts'