mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
3957ffb324
* feat(project): adding cypress into element plus - Introduce Cypress to Element Plus - Add Action config for running Cypress automatically after workflow for build website done - Add a base case for button.spec.ts - Add cypress recordings and screenshots to gitignore - Add Cypress into tsconfig.json for global typing intelligence - Add scripts for running cypress * - Update cpress.yml syntax error * - Remove cypress from jest running collector
20 lines
229 B
Plaintext
20 lines
229 B
Plaintext
# Editor directories and files
|
|
.idea
|
|
|
|
# Package Manager
|
|
node_modules
|
|
.pnpm-debug.log*
|
|
|
|
# System
|
|
.DS_Store
|
|
|
|
# Bundle
|
|
dist
|
|
coverage
|
|
packages/element-plus/version.ts
|
|
|
|
# local env files
|
|
*.local
|
|
cypress/screenshots/*
|
|
cypress/videos/*
|