mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
* adds playwright * adds playwright auth setup and kv tests * removes generated gh action for playwright * removes testem ignore paths * consolidates kv e2e workflows into single test * adds missing ids to key shares and threshold inputs * updates ariaLabel arg to attribute in enabled and disabled plugin card components * adds script to start vault with config for playwright tests * updates playwright setup to initialize and unseal vault and create user for testing rather than using root token * adds policies for e2e tests * updates e2e init setup to use web repl for creating token * moves kv e2e test under superuser directory * updates playwright config to create projects for multiple user types Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
51 lines
707 B
Text
51 lines
707 B
Text
# compiled output
|
|
/dist/
|
|
/declarations/
|
|
|
|
# dependencies
|
|
/node_modules/
|
|
|
|
# misc
|
|
/.sass-cache
|
|
/.env*
|
|
/.pnp*
|
|
/.eslintcache
|
|
/coverage/
|
|
/npm-debug.log*
|
|
/testem.log
|
|
/yarn-error.log
|
|
package-lock.json
|
|
/docs/components/*
|
|
|
|
# ember-try
|
|
/.node_modules.ember-try/
|
|
/npm-shrinkwrap.json.ember-try
|
|
/package.json.ember-try
|
|
/package-lock.json.ember-try
|
|
/yarn.lock.ember-try
|
|
|
|
# broccoli-debug
|
|
/DEBUG/
|
|
|
|
# yarn
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# copywrite tool used in pre-commit hook
|
|
.copywrite
|
|
|
|
# vendor bundle
|
|
vendor/jsondiffpatch.umd.js
|
|
vendor/htmlformatter.umd.js
|
|
|
|
# Playwright
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
/playwright/.auth/
|