$(':checkbox').prop('checked', false)
cypress errors
Remove from the command.js file
const cypress = require("cypress");
import { cli } from 'cypress';
When the page not loading due to cash
module.exports = defineConfig({
...
...
numTestsKeptInMemory:0
},
});
When install
cypress-mochawesome-reporter
use force to install it as follows
npm i --save-dev cypress-mochawesome-reporter --force
Json Not working with typescript
to fix add the following to tsconfig file
{
"compilerOptions": {
...
"resolveJsonModule": true, <-------------------
"esModuleInterop": true,
"allowSyntheticDefaultImports": true, // use json import
},
}
----------------------------------------------------------------------------------------------------------------
if got the following error > install again
npm install cypress --save-dev
Find resources to delete / unused resource .
1. Application Insights
https://portal.azure.com/#home
select all subscription
01 Application Insight
copy name from the unused resource,go to Azure Home > applicationinsight.
02. Database
Azure > Sql servers
search staging
search databases
03. Database backup blob and
04. Content backup blob
Microsoft Azure storage explore.
go to the correct region. Search from here.
1 Database backup
2 Content backup
not yet
piwik
dynatrace monitor should
dns
webstore domain should remove
uptime XX
Subscribe to:
Comments (Atom)