- Run all files in the tests folder in sequence - Better error handling and saving of screenshots - Organise and refactor code. WIP - Improve the summary generator - Add utility method to import an app - Add a basic performance test on imported app Co-authored-by: Satish Gandham <satish@appsmith.com>
21 lines
351 B
Plaintext
21 lines
351 B
Plaintext
.DS_Store
|
|
.idea
|
|
*.iml
|
|
.env
|
|
.vscode/*
|
|
|
|
app/client/cypress.env.json
|
|
|
|
# to ignore the node_modeules folder
|
|
node_modules
|
|
# to ignore the package-lock.json file
|
|
package-lock.json
|
|
|
|
# test coverage
|
|
coverage-summary.json
|
|
app/client/cypress/locators/Widgets.json
|
|
deploy/ansible/appsmith_playbook/inventory
|
|
|
|
# performance tests
|
|
app/client/perf/traces/*
|
|
.history |