Skip to content

csc530/csc530.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysite

roadmap

  • sexs
  • content

breakdown

  • minimal nothingal homepage
  • in-place transitions/hrefs/navigation
  • pages:
    • hall of fame (certs)
    • experience (stalking me🙄)

CI/CD

Run Unit Tests with Vitest

bun test:unit

Run End-to-End Tests with Nightwatch

# When using CI, the project must be built first.
bun run build

# Runs the end-to-end tests
bun test:e2e
# Runs the tests only on Chrome
bun test:e2e --env chrome
# Runs the tests of a specific file
bun test:e2e tests/e2e/example.ts
# Runs the tests in debug mode
bun test:e2e --debug

Lint with ESLint

bun lint