All Projects → AmazeeLabs → silverback

AmazeeLabs / silverback

Licence: other
DEPRECATED. Use https://packagist.org/packages/amazeelabs/silverback-cli instead.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
shell
77523 projects
CSS
56736 projects
Dockerfile
14818 projects
typescript
32286 projects

Projects that are alternatives of or similar to silverback

orchestrator
The orchestrator executes all cypress specs across parallel docker containers based on a configuration file.
Stars: ✭ 61 (+369.23%)
Mutual labels:  cypress
react-atdd-playground
Template to (deliberate) practice your test-driven development skills.
Stars: ✭ 14 (+7.69%)
Mutual labels:  cypress
cypress-example-circleci-orb
Demo of using the Cypress CircleCI Orb
Stars: ✭ 26 (+100%)
Mutual labels:  cypress
vite-primevue-starter
VUE 3 Starter project for using primevue 3 with Vite 2 - Pages, Layouts, Validation
Stars: ✭ 37 (+184.62%)
Mutual labels:  cypress
nodejs-vuejs-mysql-boilerplate
Node.js (REST API) + Vue.js/Nuxt.js (Frontend/Backend) + MySQL Boilerplate
Stars: ✭ 134 (+930.77%)
Mutual labels:  cypress
cypress-browser-permissions
A Cypress plugin to set launched browser preferences including permissions like Geolocation, Notifications, Microphone, etc.
Stars: ✭ 40 (+207.69%)
Mutual labels:  cypress
Recorder
A browser extension that generates Cypress, Playwright and Puppeteer test scripts from your interactions 🖱 ⌨
Stars: ✭ 277 (+2030.77%)
Mutual labels:  cypress
local-cypress
Use Cypress without global objects
Stars: ✭ 19 (+46.15%)
Mutual labels:  cypress
cypress-routines
Easily write scalable Node.js setup code for Cypress
Stars: ✭ 43 (+230.77%)
Mutual labels:  cypress
migrate source example
Example module for Drupal 8 that provides migrations of users, terms, files and nodes from database, JSON resources, CSV and XML files. #migrate
Stars: ✭ 39 (+200%)
Mutual labels:  drupal-8
eyes-cypress
Applitools Eyes SDK for cypress.io - This repository is deprecated. It has moved to https://github.com/applitools/eyes.sdk.javascript1/tree/master/packages/eyes-cypress
Stars: ✭ 23 (+76.92%)
Mutual labels:  cypress
ng-nest-cnode
Angular 10 Front-End and Nestjs 7 framework Back-End build Fullstack CNode
Stars: ✭ 17 (+30.77%)
Mutual labels:  cypress
cypress-watch-and-reload
Reloads Cypress when one of the watched files changes
Stars: ✭ 46 (+253.85%)
Mutual labels:  cypress
wargabantuwarga.com
Inisiatif warga untuk berbagi informasi seputar fasilitas kesehatan dan alat kesehatan untuk COVID-19.
Stars: ✭ 533 (+4000%)
Mutual labels:  cypress
cypress-angularjs-unit-test
Unit test Angularjs code using Cypress.io test runner
Stars: ✭ 23 (+76.92%)
Mutual labels:  cypress
svelte-starter-kit
Svelte starter kit — router, state management and testing included.
Stars: ✭ 16 (+23.08%)
Mutual labels:  cypress
angular-workshop
Learning Angular: From component state to NgRx
Stars: ✭ 40 (+207.69%)
Mutual labels:  cypress
cypress-circleci-reporter
Cypress test reporter for CircleCI
Stars: ✭ 37 (+184.62%)
Mutual labels:  cypress
life-after-hate
An intuitive resource map to aid nonprofit Life After Hate staff in finding resources for individuals attempting to disengage from hate groups.
Stars: ✭ 12 (-7.69%)
Mutual labels:  cypress
shila-drupal-theme
Atomic design and Pattern Lab friendly, component-based, fairly unopinionated starting point for new Drupal themes
Stars: ✭ 81 (+523.08%)
Mutual labels:  drupal-8

Build Status

Amazee Silverback

amazee/silverback is a composer package adding common project dependencies, tooling and configuration scaffolding to Amazee Drupal projects. It aims to improve product quality and reduce maintenance costs by encouraging three simple principles:

  1. Maximize open source: Lower initial costs, technical debt and maintenance costs by using and contributing to open source code as much as possible. For every feature required by a project that is not solvable by configuration or theming, try to find a generic solution that can be contributed and added as a dependency to amazeelabs/silverback.
  2. Minimize requirements: It has to be as easy as possible to work on a project. If you need the production database and a local elasticsearch cluster to edit CSS files, you are doing microservices terribly wrong. Example: By default silverback development sites run on SQLite. MySQL is considered a performance optimization, and it's not in the projects scope to test Drupal's database abstraction layer.
  3. Testability first: A project has to be fully testable with only the git repository at any time. All required assets (test content, media, configuration) have to be set up during the installation process. It must not rely on production data. Every feature and bug fix has to bring a test case that can be reproduced. It might take more time initially, but it will pay off.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].