-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding testing tags #4140
Adding testing tags #4140
Conversation
…reated, the same as prod, when testing in cypress.
Currently there is 'smoke' and 'all' tags
…into cypress-testing
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA 3 out of 4 committers have signed the CLA. |
-Updating Commands file to include all recent changes -Added query files (2 of them) - required for query level transformers testing -Cypress.json updated to remove "/builder/" -Updating cypress version in package.json -Missing }) within addmultioptiondatatype.spec.js
createTable -Pagination is now Test Env only oracle -Test Env only -Removed smoke test tag commands -Fix for createApp command -Increase wait for createRestQuery command
queryLevelTransformerFunction -adding eslint-disable-next-line queryLevelTransformerFunctionWithData -adding eslint-disable-next-line -Removing const stateCode - not required
Codecov Report
@@ Coverage Diff @@
## develop #4140 +/- ##
===========================================
+ Coverage 67.89% 67.92% +0.02%
===========================================
Files 144 144
Lines 4922 4923 +1
Branches 761 761
===========================================
+ Hits 3342 3344 +2
Misses 1105 1105
+ Partials 475 474 -1
Continue to review full report at Codecov.
|
increasing wait time for createAutogeneratedScreens command -associated with auto screens tests
Many tests are failing against the CI -I'm stripping a lot out for now to verify the CI going green
Temporary removal of radio buttons tests
…into cypress-testing
I had removed a lot of these for checking against the CI - adding them back in
The run command now includes: --headed --browser chrome
…into cypress-testing
General test fixes/updates -Removed createUser.spec.js - Covered by another file -Skiipping two tests within queryLevelTransformer
Including query level transformer specific files within eslintignore & prettierignore
datasourceWizard -Making test env only based on datasource usage revertApp -Updating a click function
Current tags are 'smoke' and 'all'