SkillAgentSearch skills...

Testingconferences.github.io

A simple list of Software Testing Conferences and Workshops

Install / Use

/learn @TestingConferences/Testingconferences.github.io
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Testing Conferences CircleCI License: MIT

[!IMPORTANT] We've switch TO main and away from master branch

[!NOTE] You may need to update your remote origin target in git.

TestingConferences.org

<p align="center"> <a href="https://testingconferences.org" target="_blank" > <img src="assets/conf.gif" height="300px" width="1250px" alt="Gif showing testing conferences dot org web"> </p>

This is a simple list of software testing conferences and workshops published collaboratively with the testing community.

Quick Start

  1. Clone or download the project and cd project dir
git clone git@github.com:TestingConferences/testingconferences.github.io.git
cd testingconferences.github.io
  1. Make sure you've got Docker (or Orbstack) installed and Run the setup process
/devops/setup.sh

Contributing Guidelines

The list of events is driven by files in the _data folder - if you have an update for those things, just change the current.yml and past.yml files and send a PR.

  • The order of the events listed in current.yml and past.yml dictates the order displayed, please make sure to properly insert events.
  • If possible, spell out the conference name and add the abbreviation. Otherwise just use the abbreviation:
    • Example: Workshop on Performance and Reliability (WOPR)
  • If the conference name has a colon (:), place the entire name in quotes. Otherwise this can cause build errors.
    • Example: "test:fest 2099" or "IBCU: Workshop on Testing 2099"
  • Include the year
    • Sometimes workshops use a version instead of a year
      • Example: Workshop on Performance and Reliability (WOPR) 24
  • Don't include the @ symbol for the twitter handle. If there is no twitter option, leave it blank
  • Optionally include a status such as:
    • CFP is open / closed (CFP == Call for Proposal)
    • CFP is closed
    • Early Bird Registration is open
    • Registration is open / closed
    • Feel free to put in dates about when things expire
    • Feel free to put the status as a link to the correct place
  • Optionally include a link to a conference video playlist. This will only appear for past conferences and can be added directly to the past.yml file.
    • These should be videos from the conference presentations or talks. No marketing videos please.

Eligible Conferences and Workshops

Focus is a goal of this project and as a result, only conferences, un-conferences and workshops that are specifically for software testing are listed. That means that if a conference covers software testing, but is not specifically for testers, then it is left out.

A good heuristic for whether a conference should be included is if its name includes Test(ing) or Quality and/or how it describes itself.

Mailing List

Don't forget to sign up for our once monthly newsletter.

Versioning and Deployments

The site uses an automated versioning system to track each deployment:

  • Version Number: Every deployment to production automatically increments the version number stored in _includes/VERSION.txt
  • Git Tags: Each deployment is tagged in Git with the format vXXXX (e.g., v1501)
  • Footer Display: The current version is displayed in the site footer as rev.XXXX.
  • Workflow: The .github/workflows/deploy.yml workflow handles version incrementing, tagging, and deployment on every push to main

This versioning system enables:

  • Tracking which version of the site is deployed
  • Associating bug reports with specific deployments
  • Measuring quality metrics across versions (see ROADMAP.md)

License

TC.org is released under the MIT License.

View on GitHub
GitHub Stars110
CategoryDevelopment
Updated1d ago
Forks242

Languages

HTML

Security Score

100/100

Audited on Apr 9, 2026

No findings