mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-25 11:46:43 +01:00
de6e517136
1.Magrate protractor to cypress as protractor has been deprecated Signed-off-by: AllForNothing <sshijun@vmware.com>
8 lines
135 B
TypeScript
8 lines
135 B
TypeScript
import { defineConfig } from 'cypress';
|
|
|
|
export default defineConfig({
|
|
e2e: {
|
|
baseUrl: 'http://localhost:4200',
|
|
},
|
|
});
|