Skip to content

Commit

Permalink
chore(deps): Remove the manual npm run
Browse files Browse the repository at this point in the history
  • Loading branch information
NoriSte committed Jun 8, 2023
1 parent 5e6aebd commit d396e15
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
11 changes: 0 additions & 11 deletions cypress-run.js

This file was deleted.

2 changes: 1 addition & 1 deletion cypress/e2e/plugin.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

context('Cypress Wait Until', () => {
beforeEach(() => {
cy.visit('http://localhost:5000/')
cy.visit('http://localhost:3000/')
})

it('Should work with an immediately-satisfied condition', () => {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"serve": "serve public",
"cy:open": "cypress open",
"test": "npm run typescript && npm run cy:start-server-and-test",
"cy:start-server-and-test": "start-server-and-test serve :5000 cy:run-uploading-videos",
"cy:run-uploading-videos": "node cypress-run.js",
"cy:start-server-and-test": "start-server-and-test serve :3000 cy:run",
"cy:run": "cypress run",
"typescript": "tsc --project ./tsconfig.json",
"semantic-release": "semantic-release"
Expand Down

0 comments on commit d396e15

Please sign in to comment.