status-desktop/.gitignore
Vladimir Druzhinin b09504be36
Test(pytest) start aut (#11482)
* test(pytest) The driver methods added. Wrappers for UI elements added.

#67

* test(pytest) Squishserver added

#68

* test(pytest) Attach/Detach AUT methods added

#69

* test(pytest) Main window handler added

#70

* test(pytest) Save screenshot on fail added

#71

* test(pytest) Wait for squishserver added

#71

* test(pytest) Setup Windows

#71

* Generate new keys (#11804)

* test(pytest) Image comparison methods added

#76

* test(pytest) Tesseract methods added

#77

* test(pytest) The Methods to search color on image added

#80

* test(onboarding) Test on generation new keys added

#75

* test(pytest) Handlers for OS Native File dialog added

#81

* test(Onboarding) Test on Profile image added

#83

* Allure and TestRail integration (#11806)

* test(Allure) Steps descriptions added

#72

* test(TestRail) Integration

#72
2023-08-04 20:27:03 +02:00

110 lines
1.5 KiB
Plaintext

/Status
/data
noBackup/
.idea
*.pro.user
*.pro.autosave
*.qml.autosave
*.log
.update.timestamp
.vscode
*.code-workspace
.tours
bin/
/bottles/
pkg/
vendor/.nimble
*.AppImage
tmp
nimcache
.DS_Store
nim-status-client*.tgz
node_modules
npm-debug.log*
npm-shrinkwrap.json
/package/
yarn-debug.log*
yarn-error.log*
yarn.lock
TODO
resources.rcc
ui/resources.qrc
status-react-translations/
/.update.timestamp
notarization.log
status-desktop.log
nim_status_client.log
*.csv
# Squish test ================================================================
**/fixtures/*/ethereum
**/fixtures/*/ipfs
test/ui-test/testSuites/suite_status/config.xml
test/ui-test/testSuites/*/envvars
test/ui-test/**/__pycache__/*
# CPP app =====================================================================
# https://github.com/github/gitignore/blob/master/CMake.gitignore
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
.cache/
# QtCreator shadow builds (StatusQ/demo)
build-*/
# CMake default build directory
build/
# https://github.com/github/gitignore/blob/master/C%2B%2B.gitignore
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
nimbus-build-system.paths
# ui-tests
/test/ui-pytest/configs/_local.py
*.pyc
test/ui-pytest/squish_server.ini