Skip to content

VictoryWekwa/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

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

Note

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

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

  • JavaScript 58.2%
  • Svelte 33.1%
  • Gherkin 4.6%
  • HTML 4.1%