patel-himanshu / EddieHubCommunity.github.io

Information about our community

Home Page:https://eddiehubcommunity.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EddieHubCommunity.github.io

What is our community about

  • We believe open source is for everyone.
  • Our community is inclusive and a safe space for all.
  • Please welcome new people.
  • The best way to learn is to help someone else.
  • Code Of Conduct

Actions

Table of Projects

  • Projects name(repository list)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Be sure to check the contributing guide lines.

Quickstart

Currently this project is build with only html, css.

  1. npm run setup will install dependencies, lint, build and test to make sure your environment is setup
  2. npm run dev this will open the website in your browser

Each time you make a change, the browser will reload (refresh) the changes automatically for you

Building the application

To create an optimised version of the app:

npm run build

Standardized Project Style

Before commit:

  1. npm run lint:fix

Automated testing

  1. npm start
  2. npm run cypress:open

cypress

Run tests headless (CI)

  1. npm run test:run
EddieHubCommunity.github.io git:(cypress) ✗ npm test

> eddie@1.0.0 test /Users/ej/Downloads/repos/EddieHubCommunity.github.io
> cypress run --spec "**/*.feature"

GVA encoder info: AMD performance mode : 2
GVA encoder info: deleteSCDMetalContext : texture cache hits: 0, misses: 0

====================================================================================================

  (Run Starting)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Cypress:    5.2.0                                                                              │
  │ Browser:    Electron 83 (headless)                                                             │
  │ Specs:      1 found (featureurl.feature)                                                       │
  │ Searched:   **/*.feature                                                                       │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


────────────────────────────────────────────────────────────────────────────────────────────────────

  Running:  featureurl.feature                                                              (1 of 1)


  Test url
    ✓ Opening a social network page (1064ms)


  1 passing (3s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Tests:        1                                                                                │
  │ Passing:      1                                                                                │
  │ Failing:      0                                                                                │
  │ Pending:      0                                                                                │
  │ Skipped:      0                                                                                │
  │ Screenshots:  0                                                                                │
  │ Video:        true                                                                             │
  │ Duration:     2 seconds                                                                        │
  │ Spec Ran:     featureurl.feature                                                               │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started processing:  Compressing to 32 CRF
  -  Finished processing: /Users/ej/Downloads/repos/EddieHubCommunity.github.io/cy    (0 seconds)
                          press/videos/featureurl.feature.mp4


====================================================================================================

  (Run Finished)


       Spec                                              Tests  Passing  Failing  Pending  Skipped
  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ ✔  featureurl.feature                       00:02        1        1        -        -        - │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘
    ✔  All specs passed!                        00:02        1        1        -        -        -

Note

The available multiple tech branches e.g the Vue.js branch, are for some display purposes and to compare.

Find us on



Surpath YouTube

Website

About

Information about our community

https://eddiehubcommunity.github.io

License:MIT License


Languages

Language:JavaScript 54.6%Language:Svelte 32.2%Language:HTML 9.0%Language:Gherkin 4.3%