feat: Add items id in items frontend url #25

Merged
Ghost merged 21 commits from feat/add_items_id into development 2021-11-14 19:22:59 -05:00
4 changed files with 3 additions and 3 deletions
Showing only changes of commit ffa82831df - Show all commits

View File

@ -41,7 +41,7 @@
"cy:start:wait": "start-server-and-test cy:start:app http://localhost:3000", "cy:start:wait": "start-server-and-test cy:start:app http://localhost:3000",
"cy:install": "cypress install", "cy:install": "cypress install",
"cy:verify": "cypress verify", "cy:verify": "cypress verify",
"cy:run:ci": "cross-env CYPRESS_BASE_URL=http://frontend:3000 cypress run", "cy:run:ci": "cross-env CYPRESS_BASE_URL=http://frontend:3000 cypress run --browser chrome",
"cy:open": "yarn run cy:start:wait -- \"cypress open\"", "cy:open": "yarn run cy:start:wait -- \"cypress open\"",
"cy:run": "yarn run wait-on http-get://frontend:3000 && yarn run cy:install && yarn run cy:verify && yarn run cy:run:ci", "cy:run": "yarn run wait-on http-get://frontend:3000 && yarn run cy:install && yarn run cy:verify && yarn run cy:run:ci",
"eject": "react-scripts eject" "eject": "react-scripts eject"

View File

@ -1,4 +1,4 @@
import condensedMilk from "../../../cypress/fixtures/condensed_milk.json"; import condensedMilk from "../fixtures/condensed_milk.json";
export {}; export {};

View File

@ -1,6 +1,6 @@
export {}; export {};
import condensedMilk from '../../../cypress/fixtures/condensed_milk.json' import condensedMilk from '../fixtures/condensed_milk.json'
describe('Url check', () => { describe('Url check', () => {
beforeEach(() => { beforeEach(() => {