mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
751c7d6e69
* Add color to previous retarget. Add absolute number pipe. Change plus and minus signs to fa icons. Change Fee Estimate title to Transactions Fees. Set min and max difficulty adjustments. * Add projectID to cypress conf. * Change icon to fa-caret. * Remove unecessary icons.
14 lines
379 B
JSON
14 lines
379 B
JSON
{
|
|
"projectId": "ry4br7",
|
|
"integrationFolder": "cypress/integration",
|
|
"supportFile": "cypress/support/index.ts",
|
|
"videosFolder": "cypress/videos",
|
|
"screenshotsFolder": "cypress/screenshots",
|
|
"pluginsFile": "cypress/plugins/index.js",
|
|
"fixturesFolder": "cypress/fixtures",
|
|
"baseUrl": "http://localhost:4200",
|
|
"retries": {
|
|
"runMode": 3,
|
|
"openMode": 0
|
|
}
|
|
} |