Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Move existing cypress tests into metasfresh-e2e repo #7

Closed
metas-ts opened this issue Mar 11, 2019 · 1 comment
Closed

Move existing cypress tests into metasfresh-e2e repo #7

metas-ts opened this issue Mar 11, 2019 · 1 comment
Assignees

Comments

@metas-ts
Copy link
Member

metas-ts commented Mar 11, 2019

@siemiatj this repo's gh7-e2e branch now contains

  • the cypress folder
  • the cypress.json

from metasfresh-webui-frontend.

It also still contains the things it used to contain, e.g. the Jenkinsfile that builds an e2e docker image by cloning metasfresh-webui-frontend.
Please make cypress work in here. Feel free to edit, move around, rename etc whatever you need to

metas-ts added a commit that referenced this issue Mar 11, 2019
solved Conflicts:
	.gitignore

Move existing cypress tests into this repo #7
@metas-ts
Copy link
Member Author

Note: here is how i moved the code, thx to https://gist.github.com/trongthanh/2779392

cd metasfresh-webui-frontend/
git mv cypress.json cypress/cypress.json
git commit -m "moving cypress.json in order for it to be moved to measfresh-e2e"
git filter-branch --subdirectory-filter cypress -- -- all

cd ..
git clone [email protected]:metasfresh/metasfresh-e2e.git
cd metasfresh-e2e
git remote add frontend ../metasfresh-webui-frontend/
git fetch frontend
git branch frontend remotes/frontend/master
git checkout -b gh7-e2e
git merge frontend --allow-unrelated-histories

@metas-ts metas-ts changed the title Move existing cypress tests into this repo Move existing cypress tests into metasfresh-e2e repo Mar 15, 2019
metas-ts added a commit to metasfresh/metasfresh-webui-frontend-legacy that referenced this issue Mar 15, 2019
* metasfresh-e2e does not longer depend in metasfresh-webui-frontend, so we don't call it anymore
* unrelated improvement: was for the metasfresh downstream job to finish and document it in the build description
metasfresh/metasfresh-e2e-legacy#7
metas-ts added a commit that referenced this issue Mar 15, 2019
* metasfresh invoke metasfresh as downstream job
* update README.md (a bit)
* add comments regarding mocha to package.json
#7
metas-ts added a commit that referenced this issue Mar 15, 2019
metas-ts added a commit to metasfresh/metasfresh-webui-frontend-legacy that referenced this issue Mar 15, 2019
metas-ts added a commit to metasfresh/metasfresh-webui-frontend-legacy that referenced this issue Mar 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants