Fixes https://github.com/appsmithorg/appsmith/issues/26006 Get browser console logs for failed tests. This will help with easier debugging of flaky tests. Sample artifact for a test https://github.com/appsmithorg/appsmith/suites/16856147292/artifacts/962768313 Latest test run of the change: https://github.com/appsmithorg/appsmith/actions/runs/6405413689 Trimming down the files to a max of 10 files, since the artifact size can go upto a GB when there are a 1000 or more tests failing. --------- Co-authored-by: Aishwarya-U-R <91450662+Aishwarya-U-R@users.noreply.github.com> Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
69 lines
842 B
Plaintext
Executable File
69 lines
842 B
Plaintext
Executable File
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
.pnp.*
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
/stacks
|
|
|
|
# production
|
|
build
|
|
dist
|
|
# used to pack build artifacts in CI
|
|
build.tar
|
|
/build_airgap
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env*
|
|
!.env.example
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
/out
|
|
/public/fonts/*
|
|
/src/assets/icons/fonts/*
|
|
.idea
|
|
.storybook-out/
|
|
cypress/videos
|
|
cypress/screenshots
|
|
cypress/limited-tests.txt
|
|
cypress.env.json
|
|
cypress/cypress-logs
|
|
results/
|
|
|
|
|
|
/docker/*.pem
|
|
/docker/nginx.conf
|
|
/docker/nginx-root.conf
|
|
|
|
storybook-static/*
|
|
build-storybook.log
|
|
|
|
.eslintcache
|
|
.vscode
|
|
TODO
|
|
|
|
/nginx
|
|
|
|
/public/static/wds/
|
|
|
|
storybook-static
|
|
stats.json
|
|
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|