![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
cypress-explorer
Advanced tools
A simple file explorer that can run multiple specs for Cypress 10.
A simple file explorer that can run multiple specs for Cypress 10.
Warning very experimental, relies on internal APIs, hardly tested.
Screenshot:
Demo:
yarn add cypress-explorer --dev
npm install cypress-explorer --dev
cypress.config.ts
)import { defineConfig } from 'cypress'
import { startExplorerServer } from 'cypress-explorer/server'
export default defineConfig({
e2e: {
async setupNodeEvents (on, config) {
await startExplorerServer()
}
}
})
cypress/commands/e2e.ts
)import { registerCypressExplorer } from 'cypress-explorer'
registerCypressExplorer()
Warning this plugin uses many hacks, internal Cypress APIs, etc. It's also highly experimental and assumes you are using the default specPattern
, which means your E2E specs are in cypress/e2e/**/*.cy.*
.
The approach is similar to the one suggested by Gleb Bahmutov in his blog post for a temporary work around to the "Run All Specs" button, which due to technical limitations, was removed from Cypress 10 (until the limitations are solved, and it is returned). It creates a temporary spec, _cypress-explorer.cy.js
, and imports all the specs you want to run. It then navigates to the temprary spec and executes them all.
The main difference is Cypress Explorer provides you a simple UI, where you can simply check the specs you want to run. It writes them all to a cypress-explorer.cy.js
file, which imports all your specs. So, just select cypress-explorer.cy.js
from the sidebar, and you can run all your specs.
Same as "Run All Specs" in Cypress 9:
specPattern
type: module
or native ESMjsx
or tsx
extensions (fix soon)Clone this, install with yarn
. Run yarn build:ui --watch
in watch mode for the front-end. You need to restart for changes to the server.
FAQs
A simple file explorer that can run multiple specs for Cypress 10.
The npm package cypress-explorer receives a total of 0 weekly downloads. As such, cypress-explorer popularity was classified as not popular.
We found that cypress-explorer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.