Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit ff95855

Browse files
authored
update baseUrl and table ids (#56)
1 parent 330901d commit ff95855

File tree

5 files changed

+165
-107
lines changed

5 files changed

+165
-107
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
command: |
5252
export PATH=$PATH:~/dkan-tools/bin
5353
cd ~/sandbox
54+
dktl dc up -d
5455
dktl dc exec web chmod -R 777 /var/www/docroot/data-catalog-frontend
5556
dktl drush user:create testuser --password="2jqzOAnXS9mmcLasy"
5657
dktl drush en sample_content frontend -y

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,8 @@ This is meant to be a blueprint for your frontend, from which you can make minor
5757
- Add custom .scss files to `src/theme/styles/` to override the default css classes with your new color variables and other changes.
5858
- Import your .scss files to `src/theme/styles/index.scss`
5959
- Run `gatsby develop` to preview, then `npm run build` to generate the public files.
60+
- Edit the cypress.json file to update the `baseUrl` to match your site.
61+
62+
## To Do
63+
64+
Update cypress tests to not use ids or classes as identifying elements. These can change without warning.

cypress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"baseUrl": "http://dkan"
2+
"baseUrl": "http://dkan.localtest.me"
33
}

0 commit comments

Comments
 (0)