-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add single schema validation and the option to run a single functional test * Allow lint and tests to be run in one command for Python and JS * Allow functional tests to be run headless * allow dev folders such as venv and contents of gitignore to be ignored when calling make format and make lint * allow a chosen suite to be run * Exclude venv and tests directory to ensure python lint runs without errors * add a command that runs JS lint and test headless and made commands names consistent * Rename the commands to clarify the order of linting and testing when calling the command on JS/Python * Add extra commands README that developers can utilise * Remove venv from being ignored * Refactor commands to clarify the purpose and to ensure consistency in names * Alter commands that developers find useful * Improve the description of commands used for functional tests * Fix config and ignore files * Replace yarn commands with make commands * Update the file to make use of the new Make commands * Add new commands to generate pages and to generate new specs given a schema name * Replace yarn commands with Make commands * Refactor issues with running make commands * Remove incorrect pipenv commands * Clarify which suites are available to run using the test-functional-suite command * Correct the make commands to ensure the PR tests pass correctly * Update commands to use yarn commands directly rather than shell scripts * Remove --suite from generate_pages command * Temporary error to test if pullrequest.yml works as intended * Correct deliberate error to ensure pullrequest.yml works as intended * Delete unused file * Remove the .json to be required when validating a single schema
- Loading branch information
1 parent
4b4e76f
commit d45d636
Showing
8 changed files
with
67 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
tests/functional/generated_pages/ | ||
# Exclude generated_pages directory | ||
tests/functional/generated_pages/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters