https://github.com/jamaluddinrumi/submission
Submission: Katalog Restoran PWA + Testing and Optimized.
https://github.com/jamaluddinrumi/submission
a11y bundle-splitting e2e-tests javascript pwa responsive-images webpack
Last synced: about 1 month ago
JSON representation
Submission: Katalog Restoran PWA + Testing and Optimized.
- Host: GitHub
- URL: https://github.com/jamaluddinrumi/submission
- Owner: jamaluddinrumi
- Created: 2023-05-09T19:12:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-27T21:03:31.000Z (about 3 years ago)
- Last Synced: 2026-01-23T16:58:36.718Z (5 months ago)
- Topics: a11y, bundle-splitting, e2e-tests, javascript, pwa, responsive-images, webpack
- Language: JavaScript
- Homepage: https://katalog-restoran-pwa.pages.dev/
- Size: 3.57 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Submission: Katalog Restoran PWA + Testing and Optimized
## prerequisites for e2e testing
### chromedriver
#### install
pilih versi yg sama dg versi browser chromenya yg untuk menjalankannya
[https://chromedriver.chromium.org/](https://chromedriver.chromium.org/)
#### run
$ chromedriver --url-base=/wd/hub
### selenium
#### install (for ubuntu)
$ sudo apt install selenium-standalone
#### run
$ selenium-standalone start
### dev
#### run
pnpm start-dev
### e2e
#### run
$ pnpm e2e