Skip to content

Testing

Camilla Silva edited this page Apr 15, 2020 · 3 revisions

First you need to Setup your environment and select a item to test. Verify what is the related branch to the selected item and checking out the branch in your local repository, by:

$ git fetch
  Fetching upstream
$ git checkout bugfix/001
Note: checking out 'bugfix/001'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 77dd450... When video has embedded captions don't enabled the option to upload one #21

Install any required module by running meteor npm install.

Then you are probably ready to run meteor --settings .deploy/settings.json.

Problems

1 -