Skip to content

v0.7.0

Compare
Choose a tag to compare
@ssmirr ssmirr released this 12 Jun 17:43
· 129 commits to master since this release

Features 💡

  • adding 'query' in contains, a JS native alternative for jq (14ae635)

     - contains: 
         file: /path/config.json
         query: .SqlSettings.DriverName
         string: mysql
         expect: true
    
  • adding env check for environment variables (59c9328)

     - env:
       - APP_PORT=3002
       - MONGO_PORT=27017
    
  • check HyperV on win32 virt check and show proper msg in report (d980ed2)