This commit is contained in:
@@ -5,9 +5,9 @@ export default defineConfig({
|
||||
...nxE2EPreset(__filename, {
|
||||
cypressDir: 'src',
|
||||
webServerCommands: {
|
||||
default: 'npx nx run @my-monorepo/web:dev',
|
||||
default: 'npx nx run @spairtech/web:dev',
|
||||
},
|
||||
ciWebServerCommand: 'npx nx run @my-monorepo/web:start',
|
||||
ciWebServerCommand: 'npx nx run @spairtech/web:start',
|
||||
ciBaseUrl: 'http://localhost:3000',
|
||||
}),
|
||||
baseUrl: 'http://127.0.0.1:3000',
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "@my-monorepo/web-e2e",
|
||||
"name": "@spairtech/web-e2e",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"nx": {
|
||||
"implicitDependencies": [
|
||||
"@my-monorepo/web"
|
||||
"@spairtech/web"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { getGreeting } from '../support/app.po';
|
||||
|
||||
describe('@my-monorepo/web-e2e', () => {
|
||||
describe('@spairtech/web-e2e', () => {
|
||||
beforeEach(() => cy.visit('/'));
|
||||
|
||||
it('should display welcome message', () => {
|
||||
|
||||
Reference in New Issue
Block a user