Skip to content

Commit b173f5d

Browse files
jennifer-shehanecacieprinsMikeMcC399AtofStryker
authored
15.4.0 Release Docs (#6288)
* remove experimentalStudio flag (#6283) * docs: adds --posix-exit-codes cli flag for run mode (#6284) * adds --posix-exit-codes cli flag for run mode * add history entry * clarify option/description table for --posix-exit-codes * expand docs on posix exit codes * prettify bash block * fix changelog link * formatting * Add posixExitCodes to module API page * changelog * lint fix --------- Co-authored-by: Jennifer Shehane <[email protected]> Co-authored-by: Jennifer Shehane <[email protected]> * cy.prompt docs (#6270) * docs: begin writing cy.prompt docs * Iterate on wording * lint * Fix links + improve TOC * Fix some css warnings * update dynamic variable examples * lint fix * update areas based on feedback * lint * Add more examples to prompt docs * lint fix * Add Gherkin examples * lint fix * Add another Gherkin example * lint fix * update some styles to make more space in UI * Update yields of prompt * Update language support * Remove trigger from officially supported 'things to do' * lint * Add not.exist assertions not being supported * expand documented assertion types * Updates for placeholders * update docs * add to TOC * fix loop example. * Update docs/api/commands/prompt.mdx Co-authored-by: Mike McCready <[email protected]> * Update docs/api/commands/prompt.mdx Co-authored-by: Mike McCready <[email protected]> * Some wording updates * Update docs/api/commands/prompt.mdx Co-authored-by: Mike McCready <[email protected]> * lint * fix broken links --------- Co-authored-by: Mike McCready <[email protected]> * chore: add 15.4.0 changelog (#6292) * chore: fix headers (#6293) --------- Co-authored-by: Cacie Prins <[email protected]> Co-authored-by: Mike McCready <[email protected]> Co-authored-by: Bill Glesias <[email protected]>
1 parent 8400e52 commit b173f5d

17 files changed

+873
-27
lines changed

cypress.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export default defineConfig({
1313
openMode: 0,
1414
},
1515
e2e: {
16-
experimentalStudio: true,
1716
supportFile: false,
1817
baseUrl: "http://localhost:3000",
1918
setupNodeEvents(on, config) {

0 commit comments

Comments
 (0)