saleor-dashboard/.gitignore
wojteknowacki 10d30ca9a4
Testmo reports - generates reports when test env deploy workflow triggered (#3908)
* test-nv-deploy yaml adjustments to generate testmo reports

* CR fixes

* changed working dir for testmo runner

* changed prepare tests to wait for deploy

* removed working dir

* wip - working dir

* wip - working dir

* resource path deletion

* order of steps changed

* wip

* wip

* cypress reporter fix, added hash to report name

* reporter fix - name of output changed

* report name change

* moved testmo run it into workflow env var

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip - output

* Test with output

---------

Co-authored-by: andrzejewsky <vox3r69@gmail.com>
2023-07-24 14:13:55 +02:00

55 lines
719 B
Text

*.py[cod]
.*
!.gitattributes
!.babelrc
!.circleci
!.codeclimate.yml
!.coveragerc
!.dockerignore
!.eslintrc.json
!.flowconfig
!.gqlconfig
!.github
!.gitignore
!.nvmrc
!.node-version
!.npmrc
!.plop
!.prettierignore
!.prettierrc
!.pylintrc
!.travis*
!.tx
!.husky
!.storybook
!.changeset
*.log
*.pyc
*.mo
local_settings.py
__pycache__/
build/
coverage/
dist/
*\.egg*
# data
/docs/_build/
/media/
node_modules/
/static/
/videos/
/screenshots/
cypress/screenshots
cypress/videos
/results/
/saleor/static/assets/
webpack-bundle.json
/templates/templated_email/compiled/*
!/templates/templated_email/compiled/.gitkeep
cypress/reports
# Exported results file
django-queries-results.html
!.env.template
!.dependency-cruiser.js