mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-06 15:20:25 -06:00
48265dd60fcbb01a04d8fc55d7f8652122c66f3d
closes #3540 and #3545 Tests: ```js /// <reference types="Cypress" /> it('test url', function () { cy.visit('/') var baseUrl = Cypress.config('baseUrl') //baseUrl = baseUrl + '/' // bug in Cypress - add slash cy.url().should('eq', Cypress.env('test_url')) cy.url().should('eq', baseUrl) }) it('test url - copy paste from @jennifer-shehane', function () { cy.visit('/') cy.url().should('eq', Cypress.config('baseUrl')) }) ``` 
…
Documentation | Changelog | Roadmap
The web has evolved. Finally, testing has too.
Fast, easy and reliable testing for anything that runs in a browser.
Languages
TypeScript
54.2%
JavaScript
38.1%
Vue
4%
HTML
3.1%
SCSS
0.4%
Other
0.1%
