Skip to content

Commit

Permalink
#2766 update state with default for cf2 fields correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Pollock committed Oct 20, 2018
2 parents 769cfe2 + f4c9da9 commit b727677
Show file tree
Hide file tree
Showing 224 changed files with 5,070 additions and 2,127 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The local server is [http://localhost:8228](http://localhost:8228)
- password: password

* Install the tests forms and pages for them.
- `composer wp:setup-tests`
- `composer wp:test:setup`
- Adds forms needed for e2e tests and one page for each form. Useful for manual QA as well.

### Test Structures
Expand All @@ -102,17 +102,28 @@ The local server is [http://localhost:8228](http://localhost:8228)
- See our [Cypress README for testing](./cypress/README.md)

#### Commands
##### Composer
* `composer wp:install` - Installs Docker-based test environment.
* `composer wp:start` - Starts Docker-based test environment.
* `composer wp:activate` - Activate plugins in Docker-based environment.
* `composer wp:tests` - Runs the PHP integration tests using phpunit inside Docker-based environment .
* `composer wp:stop` - Stops Docker-based test environment, without destroying containers.
* `composer wp:destroy` - Removes (including the database) the test environment and destroys containers.
* `composer wp:setup-tests` - Adds test forms and puts them on pages.
* `composer test:setup` - Adds test forms and puts them on pages.
* `composer test:delete` - Delete test forms and pages the are on.

##### Composer
* `npm test` - Run JavaScript test watcher
* `npm run test:once` - Run JavaScript unit tests once
* `npm run test:e2e` - Start Cypress e2e test runner.
* `npm run test:e2e:ci` - Trigger Cypress.io test record.

##### wp-cli
Probably don't use these directly. They will change. Must be prefaced with `docker-compose run --rm cli`
* `wp cf import-test-forms` - Import test forms
* `wp cf delete-test-forms` - Delete test forms
* `wp cf create-test-pages` - Import test pages
* `wp cf delete-test-pages` - Delete test pages
### Release To WordPress.org
##### Requires
* [svn](https://subversion.apache.org/quick-start#installing-the-client)
Expand Down
1 change: 1 addition & 0 deletions assets/build/css/admin.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/build/css/caldera-alert.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/build/css/caldera-form.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/build/css/caldera-forms-front.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/build/css/caldera-grid.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/build/css/caldera-modals.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/build/css/caldera-table.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/build/css/cfont.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/build/css/dashicon.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/build/css/editor-grid.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/build/css/entry-viewer-2.min.css

Large diffs are not rendered by default.

Binary file added assets/build/css/fonts/caldera-forms.eot
Binary file not shown.
24 changes: 24 additions & 0 deletions assets/build/css/fonts/caldera-forms.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/build/css/fonts/caldera-forms.ttf
Binary file not shown.
Binary file added assets/build/css/fonts/caldera-forms.woff
Binary file not shown.
Binary file added assets/build/css/fonts/cf-raty.eot
Binary file not shown.
Loading

0 comments on commit b727677

Please sign in to comment.