-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrating into an existing app #7
Comments
Hi @blocka, this project is intended to be a start-from-scratch-template for your e2e testing. Just create new feature files in the features folder and adapt the |
Makes sense. But lots of folks already use their own boilerplates like cra
or vue- cli. Or perhaps they already have a brownfield app. It would be
nice to know what steps to take to add this into an existing codebase.
…On Mon, Jul 22, 2019, 9:02 PM hdorgeval ***@***.***> wrote:
Hi @blocka <https://github.com/blocka>, this project is intended to be a
start-from-scratch-template for your e2e testing. Just create new feature
files in the features folder and adapt the testcafe-config.ts to fit your
needs. If you think something is missing in the documentation do not
hesitate to do a PR or to continue posting in this issue
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7?email_source=notifications&email_token=AAAKROQSYJUPDMCF2YRTWULQAXY4RA5CNFSM4IFU4DA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2QVV3I#issuecomment-513891053>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAKROQ6LGM2XAW5X4A6MBTQAXY4RANCNFSM4IFU4DAQ>
.
|
Would be nice if you could share your code base, so that I can tell you what should be the steps to integrate that project. |
Not gonna post one of my private projects here, but for the sake of example, let's take this: https://github.com/nicejade/awesome-vue-cli3-example This is a project that was already bootstrapped with an existing tool (vue-cli) |
It seems this repo is meant to use as a boilerplate for a greenfield app? Are there instructions for adding the infrastructure to an existing app?
The text was updated successfully, but these errors were encountered: