@cfpb/ccdb5-ui 2.4.5 → 2.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -5
- package/dist/.DS_Store +0 -0
- package/dist/ccdb5.min.js +1 -1
- package/dist/ccdb5.min.js.LICENSE.txt +82 -0
- package/dist/ccdb5.min.js.map +1 -0
- package/dist/static/icons/approved.svg +1 -0
- package/dist/static/icons/down.svg +1 -0
- package/package.json +41 -44
package/README.md
CHANGED
|
@@ -19,10 +19,6 @@ Unit testing of the application is performed within
|
|
|
19
19
|
|
|
20
20
|
[yarn](https://yarnpkg.com/) is used to manage the build/test/deploy cycle.
|
|
21
21
|
|
|
22
|
-
The `ccdb5_ui` (note the underscore) directory contains a thin [Django](https://www.djangoproject.com/)
|
|
23
|
-
implementation that allows it to be used as a plugin for
|
|
24
|
-
[CFPB's public website](https://github.com/cfpb/consumerfinance.gov).
|
|
25
|
-
|
|
26
22
|
#### Screenshot
|
|
27
23
|

|
|
28
24
|
|
|
@@ -132,7 +128,8 @@ yarn run cypress open --browser chrome
|
|
|
132
128
|
### To run against a server
|
|
133
129
|
You can also run Cypress tests against a server by passing a `baseUrl` config with the path to the server's consumer complaints search page.
|
|
134
130
|
|
|
135
|
-
**Note**: If you run against a server that has Django's `DEBUG=False` setting,
|
|
131
|
+
**Note**: If you run against a server that has Django's `DEBUG=False` setting,
|
|
132
|
+
the tests will probably run into API throttling, which will make tests fail.
|
|
136
133
|
Our internal DEV servers can be deployed with `DEBUG=True` for running Cypress tests.
|
|
137
134
|
|
|
138
135
|
```bash
|
package/dist/.DS_Store
ADDED
|
Binary file
|