BotFramework-WebChat/.dockerignore

12 строки
276 B
Plaintext
Исходник Обычный вид История

/**/*
!/__tests__
/__tests__/__image_snapshots__
!/packages/bundle/dist
!/packages/fluent-theme/dist
!/packages/playground/build
!/packages/test/fluent-bundle/dist
Improve test harness and add browser pooling (#3871) * Update husky and lint-staged * Add debug * Only test transcript navigation tests * Add message * Disable ESLint * Run transcript.navigation tests only * Add more tests * Add messages * Fix syntax error * Update logic * Add new message * Add message * Update reporter * Add message * Log even if error * Clean up logs * Update splice * Fix scrollStabilized * Fix timeout * Add testharness2 * Move transcript.navigation.escapeKey * Move transcript.activityGrouping * Move transcript.activityGrouping * Clean up * Move transcript.navigation.pageUpDown * Move transcript.navigation.adaptiveCard.focusInput * Move transcript.navigation.* * Move some accessibility tests * Move more accessibility tests * Move all accessibility tests * Move all activities.* tests * Move activityGrouping.* tests * Move adaptiveCards.* and autoScroll.* * Move avatar.* tests * Move cardAction.* tests * Move carousel.* tests * Move chatAdapter.* tests * Move conversationStartProperties.* tests * Move deprecated.* and directLine.* tests * Move all focusManagement.* tests * Move heroCard.* tests * Move hooks.* tests * Move locale.* and markdown.* tests * Move middleware.* tests * Move newMessageButton.* tests * Move offlineUI.* tests * Move replyToId.* tests * Move sendBox.* tests * Move sendFiles.* tests * Move speechRecognition.* tests * Move styleOptions.* tests * Move suggestedActions.* tests * Move timestamp.* tests * Move toast.* tests * Move transcript.* tests * Move use*.* tests * Fix tests * Fix tests * Fix tests * Fix tests * Fix tests * Fix tests * Fix tests * Fix tests * Fix Docker script * Improve toolchain * Default to no-watch * Fix tests * Fix tests * Fix tests * Fix tests and clean up * Fix build * Add WD pool for Jest * Update housekeeping * Clean up * Add jestserver * Update housekeep * Touchup * Consistent window size * Gracefully shutdown Jest server * Gracefully shutdown Jest server * Clean up * Clean up instance after release * Ignore get logs error * Clean up * Housekeep asynchronously * Rename * Dump logs before quit * Use global-agent * Improve test reliability * Take fullscreen shot * Move session preparation code * Fix attachment * Improve error stack * Speed up * Fix test * Fix test * Prepare session on reuse * Update snapshot * More __operation__ * Fix code coverage * Increase shm_size * Converge * Fix tests * Use stabilized * Use stabilized * Wait for focus * Remove one screenshot * Rename folders * Build test harness * Clean up test harness * Renames * Clean up * Fix build * Fix test * Remove unneeded plugin * Fix test * Fix tests * Fix tests * Fix tests * Fix test * Add comments * Add entry * Add eslint * Enable eslint * Fix ESLint * Fix ESLint * Update husky * Update lint-staged * Update precommit * Update precommit * Update comment * Remove unnecessary line * Screenshot after fail * Wait for image load before snapshot * Wait for activity to be focused * Attach last screenshot * Wait for activities * Wait for capacity * Add screenshot location * Fix error message * Fix filename * Add entry * Clean up * Fix tests * Add comment * Clean up * Clean up * Fix test reliability * Add tolerance * Update entry * Improve test reliability * Remove loop * Update entry * Improve test reliability * Add all attachments * Apply PR suggestions * Apply suggestions from code review Co-authored-by: Corina <14900841+corinagum@users.noreply.github.com> * Add comment * Namespacing accessibility.delayActivity * Update tofu * Fix test * Fix test * Fix test * Test reliability * Apply PR suggestions * Remove unneeded marshal * Update message Co-authored-by: Corina <14900841+corinagum@users.noreply.github.com>
2021-05-12 06:00:32 +03:00
!/packages/test/harness/dist
!/packages/test/page-object/dist
!/packages/test/web-server/dist
!/serve-test.json