Skip to content

alrifay/EddieJaoudeCommunity.github.io

 
 

Repository files navigation

EddieJaoudeCommunity.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

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 install
  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

Automated testing

  1. npm install to install dependencies like Cypress for browser testing
  2. npm start
  3. npm run cypress:open

cypress

Run tests headless (CI)

  1. npm start
  2. npm test
EddieJaoudeCommunity.github.io git:(cypress) ✗ npm test

> eddie@1.0.0 test /Users/ej/Downloads/repos/EddieJaoudeCommunity.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/EddieJaoudeCommunity.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        -        -        -

Find us on

Website

About

Information about our community

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 69.3%
  • JavaScript 25.7%
  • HTML 3.2%
  • Gherkin 1.8%