Skip to content

Commit

Permalink
Merge pull request #202 from Arquisoft/develop
Browse files Browse the repository at this point in the history
Eliminando test e2e con fallos
  • Loading branch information
baraganio authored Apr 29, 2024
2 parents 25a3d26 + 6e65a63 commit 9825b34
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 102 deletions.
11 changes: 0 additions & 11 deletions webapp/e2e/features/historial-form.feature

This file was deleted.

85 changes: 0 additions & 85 deletions webapp/e2e/steps/historial-form.steps.js

This file was deleted.

6 changes: 0 additions & 6 deletions webapp/e2e/test-environment-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,15 @@ let mongoserver;
let userservice;
let authservice;
let gatewayservice;
let questionservice;
let questionhistoryservice;

async function startServer() {
console.log('Starting MongoDB memory server...');
mongoserver = await MongoMemoryServer.create();
const mongoUri = mongoserver.getUri();
process.env.MONGODB_URI = mongoUri;
process.env.SECRET_KEY = '123456789';
console.log(process.env.MONGODB_URI)
userservice = await require("../../users/userservice/user-service");
authservice = await require("../../users/authservice/auth-service");
gatewayservice = await require("../../gatewayservice/gateway-service");
questionservice = await require("../../questions/creationservice/creation-service");
questionhistoryservice = await require("../../questions/retrieveservice/retrieve-service");
}

startServer();

0 comments on commit 9825b34

Please sign in to comment.