Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benelan/calcite-components-https-testing
For testing https specific bugs in @esri/calcite-components
https://github.com/benelan/calcite-components-https-testing
calcite express nodejs ssl-certificate testing-repo
Last synced: 21 days ago
JSON representation
For testing https specific bugs in @esri/calcite-components
- Host: GitHub
- URL: https://github.com/benelan/calcite-components-https-testing
- Owner: benelan
- Created: 2022-08-12T01:34:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T20:20:31.000Z (over 2 years ago)
- Last Synced: 2024-12-08T19:15:40.276Z (26 days ago)
- Topics: calcite, express, nodejs, ssl-certificate, testing-repo
- Language: HTML
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calcite Components HTTPS Testing
This repo is for testing HTTPS specific issues with Calcite Components.
## Steps
1. Make sure the [calcite-components](https://github.com/Esri/calcite-components) branch you want to test is pushed to origin
2. Set the name of your branch in [`.gitmodules`](https://github.com/benelan/calcite-components-https-testing/blob/master/.gitmodules#L4), e.g. `branch = benelan/testing-https`
3. Run `npm i && npm run build && npm start`
4. Open the browser and go to [`https://localhost:8443`](https://localhost:8443) for HTTPS and/or [`https://localhost:8080`](https://localhost:8080) for HTTPIf you get a build error in the Calcite Components git submodule when making changes, do a clean install:
```bash
npm run install:clean
```### DO NOT USE THE UNSIGNED CERT IN THIS REPO FOR ANYTHING EXCEPT TESTING